mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
[alarm_control_panel] Tidy up name/id (#4137)
This commit is contained in:
parent
0af6040929
commit
84b7857577
@ -19,7 +19,8 @@ Base Alarm Control Panel Configuration
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **name** (**Required**, string): The name of the alarm control panel.
|
- **id** (*Optional*, string): Manually specify the ID for code generation. At least one of **id** and **name** must be specified.
|
||||||
|
- **name** (*Optional*, string): The name of the alarm control panel. At least one of **id** and **name** must be specified.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
@ -47,7 +48,7 @@ Configuration variables:
|
|||||||
- **on_ready** (*Optional*, :ref:`Action <config-action>`): An automation to perform
|
- **on_ready** (*Optional*, :ref:`Action <config-action>`): An automation to perform
|
||||||
when the logical 'and' of all the zone sensors change state. See :ref:`alarm_control_panel_on_ready_trigger`.
|
when the logical 'and' of all the zone sensors change state. See :ref:`alarm_control_panel_on_ready_trigger`.
|
||||||
- **on_chime** (*Optional*, :ref:`Action <config-action>`): An automation to perform
|
- **on_chime** (*Optional*, :ref:`Action <config-action>`): An automation to perform
|
||||||
when a zone has been marked as chime in the configuration, and it changes from closed to open.
|
when a zone has been marked as chime in the configuration, and it changes from closed to open.
|
||||||
See :ref:`alarm_control_panel_on_chime_trigger`.
|
See :ref:`alarm_control_panel_on_chime_trigger`.
|
||||||
- If Webserver enabled, ``web_server_sorting_weight`` can be set. See :ref:`Webserver Entity Sorting <config-webserver-sorting>`.
|
- If Webserver enabled, ``web_server_sorting_weight`` can be set. See :ref:`Webserver Entity Sorting <config-webserver-sorting>`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user