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
+1
View File
@@ -17,6 +17,7 @@ trigger:
entity_id:
- binary_sensor.gray_suv_east_side
- binary_sensor.gray_suv_west_side
- group.traverse
from: 'off'
to: 'on'
@@ -28,7 +28,7 @@ action:
target:
entity_id: input_datetime.clint_next_alarm
data:
time: "09:00:00"
time: "06:00:00"
- conditions:
- condition: state
+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') }}"