I have two scenes for the hallway, and I noticed that changing from one scene isn’t working (don’t know when this started).
- name: Flur dunkel
entities:
light.flur_wohnungstur:
state: on
brightness: 32
light.flur_bad:
state: off
light.flur_lukas:
state: off
- name: Flur hell
entities:
light.flur:
state: on
brightness: 255
When the scene “Flur dunkel” is active and I start the scene “Flur hell”, nothing happens. It only works when I turn off the lights before or manually change the brightness of “light.flur_bad”. Changing the brightness of the other two lights doesn’t help either.
How can I fix this?