mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
A whole bunch of cleanup
This commit is contained in:
@@ -38,7 +38,9 @@ trigger:
|
||||
id: "doors_open"
|
||||
entity_id:
|
||||
- binary_sensor.inner_garage_door
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
- binary_sensor.outer_garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
from: "off"
|
||||
to: "on"
|
||||
|
||||
@@ -46,7 +48,9 @@ trigger:
|
||||
id: "doors_closed"
|
||||
entity_id:
|
||||
- binary_sensor.inner_garage_door
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
- binary_sensor.outer_garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
from: "on"
|
||||
to: "off"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user