Update Security Package
This commit is contained in:
@@ -241,3 +241,25 @@ automation:
|
|||||||
- service: alarm_control_panel.alarm_trigger
|
- service: alarm_control_panel.alarm_trigger
|
||||||
target:
|
target:
|
||||||
entity_id: alarm_control_panel.ha_alarm
|
entity_id: alarm_control_panel.ha_alarm
|
||||||
|
|
||||||
|
- alias: Pause Doorbell Event Detection on Arrival or Departure
|
||||||
|
trigger:
|
||||||
|
- platform: state
|
||||||
|
entity_id: person.jpk
|
||||||
|
to: 'home'
|
||||||
|
- platform: state
|
||||||
|
entity_id: person.jen
|
||||||
|
to: 'home'
|
||||||
|
- platform: state
|
||||||
|
entity_id: binary_sensor.front_door
|
||||||
|
to: 'on'
|
||||||
|
action:
|
||||||
|
- service: mqtt.publish
|
||||||
|
data:
|
||||||
|
topic: frigate/doorbell/detect/set
|
||||||
|
payload: 'OFF'
|
||||||
|
- delay: 60
|
||||||
|
- service: mqtt.publish
|
||||||
|
data:
|
||||||
|
topic: frigate/doorbell/detect/set
|
||||||
|
payload: 'ON'
|
||||||
|
|||||||
Reference in New Issue
Block a user