automations.yaml

This commit is contained in:
Home Assistant Version Control
2026-07-26 23:20:28 +00:00
parent bf6f315905
commit 5385a67f21
+17
View File
@@ -2989,3 +2989,20 @@
target:
entity_id: scene.echo_volume_snapshot
mode: single
- id: '1785108022773'
alias: Alfred Lock - Auto Sync on Door Contact
description: Forces a lock state resync whenever the front door opens or closes.
triggers:
- entity_id: binary_sensor.front_door
to:
- open
- 'off'
trigger: state
actions:
- action: homeassistant.update_entity
target:
entity_id: input_boolean.alfred_lock_sync_switch
- action: homeassistant.update_entity
target:
entity_id: lock.alfred_front_door
mode: single