Automatically turn camera events back on after one hour
This commit is contained in:
@@ -319,6 +319,10 @@ automation:
|
|||||||
data:
|
data:
|
||||||
topic: frigate/doorbell/detect/set
|
topic: frigate/doorbell/detect/set
|
||||||
payload: 'OFF'
|
payload: 'OFF'
|
||||||
|
- delay: 3600
|
||||||
|
- service: input_boolean.turn_off
|
||||||
|
target:
|
||||||
|
entity_id: input_boolean.disable_camera_events
|
||||||
|
|
||||||
- alias: Resume Camera Event Detection
|
- alias: Resume Camera Event Detection
|
||||||
trigger:
|
trigger:
|
||||||
|
|||||||
Reference in New Issue
Block a user