mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Hopefully fixing master bed presence and cleaning up a lot of junk
This commit is contained in:
@@ -19,12 +19,12 @@ trigger:
|
||||
|
||||
- platform: state
|
||||
id: door_open
|
||||
entity_id: binary_sensor.outer_garage_door, binary_sensor.garage_door, binary_sensor.outer_garage_door_contact
|
||||
entity_id: binary_sensor.garage_door, binary_sensor.outer_garage_door_contact #, binary_sensor.outer_garage_door
|
||||
to: "on"
|
||||
|
||||
- platform: state
|
||||
id: door_shut
|
||||
entity_id: binary_sensor.outer_garage_door, binary_sensor.outer_garage_door_contact
|
||||
entity_id: binary_sensor.outer_garage_door_contact #, binary_sensor.outer_garage_door
|
||||
to: "off"
|
||||
for:
|
||||
minutes: 1
|
||||
|
||||
Reference in New Issue
Block a user