mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
10 lines
280 B
YAML
10 lines
280 B
YAML
name: "Front door has been open for {{ relative_time(states.binary_sensor.front_door_contact.last_changed) }}"
|
|
done_message: "Front door is now closed"
|
|
entity_id: binary_sensor.front_door_contact
|
|
state: 'on'
|
|
repeat: 10
|
|
can_acknowledge: True
|
|
skip_first: True
|
|
notifiers:
|
|
- garage
|