Update Security Package
This commit is contained in:
@@ -283,3 +283,13 @@ automation:
|
|||||||
data:
|
data:
|
||||||
topic: frigate/doorbell/detect/set
|
topic: frigate/doorbell/detect/set
|
||||||
payload: 'ON'
|
payload: 'ON'
|
||||||
|
|
||||||
|
- alias: Reset Doorbell Camera Online Mode
|
||||||
|
trigger:
|
||||||
|
- platform: state
|
||||||
|
entity_id: binary_sensor.doorbell_camera_online
|
||||||
|
to: 'off'
|
||||||
|
- platform: homeassistant
|
||||||
|
event: start
|
||||||
|
action:
|
||||||
|
- service: shell_command.doorbell_camera_set_online
|
||||||
|
|||||||
Reference in New Issue
Block a user