mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Fix window sensor names
This commit is contained in:
@@ -99,7 +99,7 @@ automation:
|
||||
data:
|
||||
title: "🏠 *Presence Module · Arrival Detection*"
|
||||
message: "Device marked as home. Waiting for door to open!"
|
||||
- wait_template: "{{ is_state('binary_sensor.front_door_on_off', 'on') }}"
|
||||
- wait_template: "{{ is_state('binary_sensor.front_door', 'on') }}"
|
||||
continue_on_timeout: false
|
||||
timeout: 00:15:00
|
||||
- service: input_boolean.turn_on
|
||||
|
||||
Reference in New Issue
Block a user