mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add config flow to template alarm_control_panel (#34708)
This commit is contained in:
parent
c009408c48
commit
7e2b267a01
@ -10,6 +10,7 @@ ha_quality_scale: internal
|
|||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@home-assistant/core'
|
- '@home-assistant/core'
|
||||||
ha_domain: template
|
ha_domain: template
|
||||||
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
ha_integration_type: helper
|
ha_integration_type: helper
|
||||||
@ -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.
|
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.
|
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 %}
|
{% include integrations/restart_ha_after_config_inclusion.md %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user