mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 19:06:55 +00:00
Add vacation mode to template alarm control panel (#23242)
This commit is contained in:
parent
29a17f8589
commit
1a10da6004
@ -80,7 +80,7 @@ panels:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
value_template:
|
value_template:
|
||||||
description: "Defines a template to set the state of the alarm panel. Only the states `armed_away`, `armed_home`, `armed_night`, `arming`, `disarmed`, `pending`, `triggered` and `unavailable` are used."
|
description: "Defines a template to set the state of the alarm panel. Only the states `armed_away`, `armed_home`, `armed_night`, `armed_vacation`, `arming`, `disarmed`, `pending`, `triggered` and `unavailable` are used."
|
||||||
required: false
|
required: false
|
||||||
type: template
|
type: template
|
||||||
disarm:
|
disarm:
|
||||||
@ -99,6 +99,10 @@ panels:
|
|||||||
description: Defines an action to run when the alarm is armed to night mode.
|
description: Defines an action to run when the alarm is armed to night mode.
|
||||||
required: false
|
required: false
|
||||||
type: action
|
type: action
|
||||||
|
arm_vacation:
|
||||||
|
description: Defines an action to run when the alarm is armed to vacation mode.
|
||||||
|
required: false
|
||||||
|
type: action
|
||||||
code_arm_required:
|
code_arm_required:
|
||||||
description: If true, the code is required to arm the alarm.
|
description: If true, the code is required to arm the alarm.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user