Automatically turn camera events back on after one hour
This commit is contained in:
@@ -323,6 +323,14 @@ automation:
|
||||
- service: input_boolean.turn_off
|
||||
target:
|
||||
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
|
||||
trigger:
|
||||
|
||||
Reference in New Issue
Block a user