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,32 @@
alias: Nursery Awake Button
id: automation_nursery_awake_button
trigger:
- platform: state
entity_id: input_button.nursery_awake
condition: []
action:
- service: input_select.select_option
data:
option: Auto
target:
entity_id: input_select.nursery_mode
- service: input_select.select_option
data:
option: 'Off'
target:
entity_id: input_select.nursery_wled
- service: switch.turn_off
target:
entity_id:
- switch.black_bed_force_occupancy
- switch.white_bed_force_occupancy
- service: input_boolean.turn_off
data: {}
target:
entity_id: input_boolean.nursery_asleep