initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
@@ -0,0 +1,26 @@
id: set_house_to_late_afternoon
alias: Set House to Late Afternoon
mode: single
trigger:
- platform: state
entity_id: binary_sensor.late_afternoon
to: 'on'
condition:
- condition: or
conditions:
- condition: state
entity_id: binary_sensor.late_afternoon
state: 'on'
- condition: state
entity_id: input_select.time_of_day
state: Late Afternoon
action:
- service: input_select.select_option
data:
entity_id: input_select.time_of_day
option: Late Afternoon
- delay: '00:00:30'