Skip to content

Commit

Permalink
Add config flow to template alarm_control_panel (home-assistant#34708)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST authored Sep 13, 2024
1 parent c009408 commit 7e2b267
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/_integrations/alarm_control_panel.template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: template
ha_config_flow: true
ha_platforms:
- alarm_control_panel
ha_integration_type: helper
Expand All @@ -30,7 +31,9 @@ This can simplify the GUI and make it easier to write automations.

In optimistic mode, the alarm control panel will immediately change state after every command. Otherwise, the alarm control panel will wait for state confirmation from the template. Try to enable it, if experiencing incorrect operation.

## Configuration
{% include integrations/config_flow.md %}

## YAML Configuration

To enable a template alarm control panel in your installation, add the following to your {% term "`configuration.yaml`" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
Expand Down

0 comments on commit 7e2b267

Please sign in to comment.