Changing all kinds of shit

This commit is contained in:
CeeWeasel
2025-07-17 20:30:11 -04:00
parent 51d35b46e9
commit 81cbed6e51
36 changed files with 199 additions and 540 deletions
@@ -4,11 +4,11 @@ id: automation_set_clint_next_alarm
trigger:
- platform: state
entity_id: binary_sensor.work_day
entity_id: binary_sensor.is_workday
to: 'off'
- platform: state
entity_id: binary_sensor.work_day
entity_id: binary_sensor.is_workday
to: 'on'
- platform: time
@@ -21,18 +21,18 @@ action:
- choose:
- conditions:
- condition: state
entity_id: binary_sensor.work_day
entity_id: binary_sensor.is_workday
state: 'off'
sequence:
- service: input_datetime.set_datetime
target:
entity_id: input_datetime.clint_next_alarm
data:
time: "09:00:00"
time: "07:00:00"
- conditions:
- condition: state
entity_id: binary_sensor.work_day
entity_id: binary_sensor.is_workday
state: 'on'
sequence:
- service: input_datetime.set_datetime