Update alarm_control_panel.mqtt.markdown (#19395)

Hi, I've updated this to include the vacation mode support that was included in 2021.8
This commit is contained in:
Pat Rooney 2021-09-21 08:06:34 +01:00 committed by GitHub
parent fd7f734d03
commit b0ccd8db55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ The integration will accept the following states from your Alarm Panel (in lower
- `armed_home`
- `armed_away`
- `armed_night`
- `armed_vacation`
- `armed_custom_bypass`
- `pending`
- `triggered`
@ -162,6 +163,11 @@ payload_arm_night:
required: false
type: string
default: ARM_NIGHT
payload_arm_vacation:
description: The payload to set armed-vacation mode on your Alarm Panel.
required: false
type: string
default: ARM_VACATION
payload_arm_custom_bypass:
description: The payload to set armed-custom-bypass mode on your Alarm Panel.
required: false