mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add night arm mode to MQTT alarm control panel (#8471)
This commit is contained in:
parent
e9c3cedc0a
commit
e183ac1518
@ -20,6 +20,7 @@ The component will accept the following states from your Alarm Panel (in lower c
|
|||||||
- `disarmed`
|
- `disarmed`
|
||||||
- `armed_home`
|
- `armed_home`
|
||||||
- `armed_away`
|
- `armed_away`
|
||||||
|
- 'armed_night'
|
||||||
- `pending`
|
- `pending`
|
||||||
- `triggered`
|
- `triggered`
|
||||||
|
|
||||||
@ -75,6 +76,11 @@ payload_arm_away:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: ARM_AWAY
|
default: ARM_AWAY
|
||||||
|
payload_arm_night:
|
||||||
|
description: The payload to set armed-night mode on your Alarm Panel.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: ARM_NIGHT
|
||||||
code:
|
code:
|
||||||
description: If defined, specifies a code to enable or disable the alarm in the frontend.
|
description: If defined, specifies a code to enable or disable the alarm in the frontend.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user