mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-15 12:34:42 +00:00
Update AC triggers
This commit is contained in:
@@ -80,7 +80,7 @@ automation:
|
||||
- platform: state
|
||||
entity_id:
|
||||
- binary_sensor.living_room_right_window
|
||||
- binary_sensor.bedroom_right_window
|
||||
- group.bedroom_windows
|
||||
from: "on"
|
||||
to: "off"
|
||||
condition:
|
||||
@@ -99,7 +99,7 @@ automation:
|
||||
entity_id: binary_sensor.living_room_right_window
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: binary_sensor.bedroom_right_window
|
||||
entity_id: group.bedroom_windows
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: climate.toshiba_ac
|
||||
|
||||
@@ -7,6 +7,12 @@ group:
|
||||
- binary_sensor.bedroom_right_window
|
||||
- binary_sensor.kitchen_window
|
||||
|
||||
bedroom_windows:
|
||||
name: Bedroom windows
|
||||
entities:
|
||||
- binary_sensor.bedroom_left_window
|
||||
- binary_sensor.bedroom_right_window
|
||||
|
||||
binary_sensor:
|
||||
- platform: mqtt
|
||||
name: "Living room right window"
|
||||
|
||||
Reference in New Issue
Block a user