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
+30
View File
@@ -0,0 +1,30 @@
id: set_house_to_morning
alias: Set House to Morning
mode: single
trigger:
- platform: state
entity_id: binary_sensor.morning
to: 'on'
condition:
- condition: or
conditions:
- condition: state
entity_id: binary_sensor.morning
state: 'on'
- condition: state
entity_id: input_select.time_of_day
state: Morning
action:
- service: input_select.select_option
data:
entity_id: input_select.time_of_day
option: Morning
- service: homeassistant.turn_off
entity_id: input_boolean.nursery_asleep
- delay: '00:00:30'