mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
10 lines
297 B
YAML
10 lines
297 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:
|
|
- mobile_app_pixel_10_pro
|