mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
blue_room to boys_room
This commit is contained in:
@@ -5,7 +5,7 @@ mode: restart
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: input_boolean.garage_occupied
|
||||
to: 'off'
|
||||
to: "off"
|
||||
|
||||
- platform: state
|
||||
entity_id:
|
||||
@@ -14,22 +14,22 @@ trigger:
|
||||
- binary_sensor.garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
to: 'off'
|
||||
for: '00:10:00'
|
||||
to: "off"
|
||||
for: "00:10:00"
|
||||
|
||||
- platform: state
|
||||
entity_id: binary_sensor.garage_naturally_lit
|
||||
from: 'off'
|
||||
to: 'on'
|
||||
from: "off"
|
||||
to: "on"
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_boolean.lighting_automations
|
||||
state: 'on'
|
||||
state: "on"
|
||||
|
||||
- condition: state
|
||||
entity_id: light.garage_overhead
|
||||
state: 'on'
|
||||
state: "on"
|
||||
|
||||
- condition: state
|
||||
entity_id:
|
||||
@@ -38,9 +38,9 @@ condition:
|
||||
# - binary_sensor.outer_garage_door
|
||||
#- binary_sensor.garage_door
|
||||
- input_boolean.garage_occupied
|
||||
state: 'off'
|
||||
state: "off"
|
||||
|
||||
action:
|
||||
- service: light.turn_off
|
||||
- action: light.turn_off
|
||||
data:
|
||||
entity_id: light.garage_overhead
|
||||
entity_id: light.garage_overhead
|
||||
|
||||
Reference in New Issue
Block a user