A whole bunch of cleanup

This commit is contained in:
CeeWeasel
2025-02-10 15:08:18 -05:00
parent 4ee29d9a17
commit ad03f34254
78 changed files with 230 additions and 149 deletions
+6
View File
@@ -12,6 +12,9 @@ trigger:
- platform: state
entity_id: binary_sensor.outer_garage_door
to: 'on'
- platform: state
entity_id: binary_sensor.outer_garage_door_contact
to: 'on'
# People just got home
- platform: state
entity_id:
@@ -50,6 +53,9 @@ condition:
- condition: state
entity_id: binary_sensor.outer_garage_door
state: 'on'
- condition: state
entity_id: binary_sensor.outer_garage_door_contact
state: 'on'
# Or somebody has just arrived
- condition: template
value_template: "{{ is_state('input_select.clint_status_dropdown','Just Arrived') }}"