Temp disable animated_scenes

This commit is contained in:
2026-03-05 02:19:55 -05:00
parent eab0a507b7
commit eef92467de
2 changed files with 46 additions and 46 deletions

View File

@@ -57,6 +57,6 @@ pyscript:
allow_all_imports: true allow_all_imports: true
hass_is_global: true hass_is_global: true
animated_scenes: # animated_scenes:
grad_vol: grad_vol:

View File

@@ -822,51 +822,51 @@ template:
mdi:lightbulb mdi:lightbulb
{% endif %} {% endif %}
switch: # switch:
- platform: animated_scenes # - platform: animated_scenes
name: Christmas # name: Christmas
restore: False # restore: False
restore_power: False # restore_power: False
ignore_off: False # ignore_off: False
lights: # lights:
- light.front_porch_light # - light.front_porch_light
colors: # colors:
- color_type: rgb_color # - color_type: rgb_color
color: [255,0,0] # color: [255,0,0]
brightness: 255 # brightness: 255
- color_type: rgb_color # - color_type: rgb_color
color: [0,255,0] # color: [0,255,0]
brightness: 255 # brightness: 255
transition: 10 # transition: 10
change_frequency: 60 # change_frequency: 60
change_amount: all # change_amount: all
change_sequence: True # change_sequence: True
animate_brightness: True # animate_brightness: True
animate_color: True # animate_color: True
- platform: animated_scenes # - platform: animated_scenes
name: Christmas Day # name: Christmas Day
restore: False # restore: False
restore_power: False # restore_power: False
ignore_off: False # ignore_off: False
lights: # lights:
- light.living_room_color_1 # - light.living_room_color_1
- light.living_room_color_2 # - light.living_room_color_2
- light.living_room_color_3 # - light.living_room_color_3
- light.tina_lamp_top # - light.tina_lamp_top
- light.tina_lamp_side # - light.tina_lamp_side
colors: # colors:
- color_type: rgb_color # - color_type: rgb_color
color: [255,0,0] # color: [255,0,0]
brightness: 255 # brightness: 255
- color_type: rgb_color # - color_type: rgb_color
color: [0,255,0] # color: [0,255,0]
brightness: 255 # brightness: 255
transition: 1 # transition: 1
change_frequency: 5 # change_frequency: 5
change_amount: 3 # change_amount: 3
change_sequence: False # change_sequence: False
animate_brightness: True # animate_brightness: True
animate_color: True # animate_color: True
#! Unless there is a good reason, do not define multi-room scenes below. #! Unless there is a good reason, do not define multi-room scenes below.
#! Use scripts instead, to avoid some straight-up haunted house bullshit... #! Use scripts instead, to avoid some straight-up haunted house bullshit...