Add night arm mode to MQTT alarm control panel (#8471)

This commit is contained in:
Ryan Wagoner 2019-02-14 14:39:31 -05:00 committed by Paulus Schoutsen
parent e9c3cedc0a
commit e183ac1518

View File

@ -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