You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was trying to setup automation to have Homebase3 activate a chime whenever a movement is detected in the front entrance.
This is what I have in my script:
`alias: Entrance alert on movement
description: Sounds alert when people is detected outside entrance
trigger:
platform: device
device_id: f4404358d51e43235fb32318bc1efc90
entity_id: b0a729012eb3e39908ed4ab65976bab6
domain: binary_sensor
condition: []
action:
data:
ringtone: 419
target:
device_id: f533c5f79cb4882c3f3d5180da721182
entity_id: alarm_control_panel.homebase
mode: single`
However, I'm getting this in the logs which I suspect that this isn't supported with Homebase3?
Am I doing something wrong or is this not supported?
Beta Was this translation helpful? Give feedback.
All reactions