Automatically turn camera events back on after one hour

This commit is contained in:
2023-07-10 14:47:38 -07:00
parent 5d95452c5b
commit 0a563f653f

View File

@@ -323,6 +323,14 @@ automation:
- service: input_boolean.turn_off - service: input_boolean.turn_off
target: target:
entity_id: input_boolean.disable_camera_events entity_id: input_boolean.disable_camera_events
- service: mqtt.publish
data:
topic: frigate/backyard/detect/set
payload: 'ON'
- service: mqtt.publish
data:
topic: frigate/doorbell/detect/set
payload: 'ON'
- alias: Resume Camera Event Detection - alias: Resume Camera Event Detection
trigger: trigger: