mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add unique id to manual alarm (#34114)
This commit is contained in:
parent
7f86e89ffa
commit
370d2d7307
@ -34,6 +34,10 @@ name:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: HA Alarm
|
default: HA Alarm
|
||||||
|
unique_id:
|
||||||
|
description: Create a unique id for the entity.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
code:
|
code:
|
||||||
description: >
|
description: >
|
||||||
If defined, specifies a code to enable or disable the alarm in the frontend.
|
If defined, specifies a code to enable or disable the alarm in the frontend.
|
||||||
@ -147,6 +151,7 @@ In the configuration example below:
|
|||||||
alarm_control_panel:
|
alarm_control_panel:
|
||||||
- platform: manual
|
- platform: manual
|
||||||
name: Home Alarm
|
name: Home Alarm
|
||||||
|
unique_id: a_very_unique_id
|
||||||
code: "1234"
|
code: "1234"
|
||||||
arming_time: 30
|
arming_time: 30
|
||||||
delay_time: 20
|
delay_time: 20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user