mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-09 23:02:59 +00:00
Fix window sensor names
This commit is contained in:
@@ -42,7 +42,7 @@ automation:
|
||||
- alias: Notification · Door opened
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: binary_sensor.front_door_on_off
|
||||
entity_id: binary_sensor.front_door
|
||||
to: "on"
|
||||
for:
|
||||
minutes: 2
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -29,7 +29,7 @@ automation:
|
||||
- alias: Security · Door opened while away
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.front_door_on_off
|
||||
entity_id: binary_sensor.front_door
|
||||
to: "on"
|
||||
condition:
|
||||
condition: and
|
||||
|
||||
@@ -74,8 +74,8 @@ automation:
|
||||
Guest mode: {{ states('input_boolean.guest_mode') }}
|
||||
|
||||
Windows:
|
||||
Living room: {{ states('binary_sensor.living_room_right_window_on_off') }}
|
||||
Master bedroom: {{ states('binary_sensor.bedroom_right_window_on_off') }}
|
||||
Living room: {{ states('binary_sensor.living_room_right_window') }}
|
||||
Master bedroom: {{ states('binary_sensor.bedroom_right_window') }}
|
||||
|
||||
Lights:
|
||||
Living room: {{ states('light.living_room') }}
|
||||
|
||||
Reference in New Issue
Block a user