Add code_arm_required to IFTTT alarm (#15822)

https://github.com/home-assistant/core/pull/43928
This commit is contained in:
k2v1n58 2020-12-12 11:03:34 +01:00 committed by GitHub
parent 7fd33e9c01
commit 2f4e713b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,11 @@ code:
description: The code for the alarm control panel. description: The code for the alarm control panel.
required: false required: false
type: string type: string
code_arm_required:
description: If true, the code is required to arm the alarm.
required: false
type: boolean
default: true
event_arm_away: event_arm_away:
description: IFTTT webhook event to call when the state is set to armed away. description: IFTTT webhook event to call when the state is set to armed away.
required: false required: false