WAI
Status Update
Comments
cy...@google.com <cy...@google.com>
cy...@google.com <cy...@google.com> #2
Dear developer,
Thank you for reaching out to us.
Due to security concerns, currently, the disarmed state (arm:false
) is not allowed in Google Home automation.
If you have any further questions, please feel free to reach out to us. Thank you.
Description
I'm able to write a script that arms my ADT control system with no issues:
metadata:
name: ADT - Arm Sleep
description: Arm the security system when it is past 9:00PM and I am home.
automations:
- starters:
- type: time.schedule
at: 21:00
- type: home.state.HomePresence
state: HomePresenceMode
is: HOME
actions:
- type: device.command.ArmDisarm
devices:
- ADT - Entryway
arm: true
armLevel: ArmNight
But when I go to create the disarm script and set 'arm' equal to 'false', I get an error (attached screenshot).
metadata:
name: ADT - Disarm Wakeup
description: Arm the security system when it is past 9:00PM and I am home.
automations:
- starters:
- type: home.state.HomePresence
state: HomePresenceMode
is: HOME
actions:
- type: device.command.ArmDisarm
devices:
- ADT - Entryway
arm: false
Can someone look into this bug?