mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add code_arm_required to IFTTT alarm (#15822)
https://github.com/home-assistant/core/pull/43928
This commit is contained in:
parent
7fd33e9c01
commit
2f4e713b7b
@ -43,6 +43,11 @@ code:
|
||||
description: The code for the alarm control panel.
|
||||
required: false
|
||||
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:
|
||||
description: IFTTT webhook event to call when the state is set to armed away.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user