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,29 @@
alias: Random Master Bed Strip
id: automation_random_master_bed_strip
trigger:
- platform: template
value_template: "{{ is_state('light.master_bedroom_hue', 'on') and is_state('input_select.master_bedroom_mode', 'Nightlight') }}"
id: 'master_bedroom_nightlight'
- platform: template
value_template: "{{ is_state('light.master_bedroom_hue', 'on') and is_state('input_select.master_bedroom_mode', 'Auto') and is_state('input_select.automatic_light_profile', 'Nightlight') }}"
id: 'automatic_light_profile_nightlight'
action:
- choose:
- conditions:
- condition: or
conditions:
- condition: trigger
id: master_bedroom_nightlight
- condition: trigger
id: automatic_light_profile_nightlight
sequence:
- service: light.turn_on
target:
entity_id: light.master_bedroom_accent
data:
effect: candle
brightness_pct: 50
default:
- service: light.turn_off
target:
entity_id: light.master_bedroom_accent