01-29-2024 05:13 PM
Hi, I'm using the following to trigger a few actions. The problem is this starter does not work. It does not give any errors when validating. Has anyone used this starter before?
automations:
- starters:
- type: device.state.ArmDisarm
state: currentArmLevel
is: HOME
device: Abode Alarm - Office
The "state: IsArmed" true or false status does work correctly, but I want to be able to trigger different things based on Abode being in Home or Away mode.
Further, the AWAY version of this same starter does work correctly.
state: currentArmLevel
is: AWAY
device: Abode Alarm - Office
Thanks!