I’m having the same issue as this topic.
I have my configuration.yaml referencing groups.yaml and have several groups defined (two lamps for example)
living_room_lamps:
name: Living Room Lamps
icon: mdi:lamp
entities:
- light.living_room_globe_lamp_1
- light.living_room_globe_lamp_2
This works for turning light groups on and off and controlling brightness outside of a scen, but the brightness setting is not saved in scenes.yaml
. I can manually add it in scenes.yaml
, but that sort of defeats the purpose of the scene editor. If I manually add it in, then change something else in the scene, the brightness setting is removed
What could I be doing wrong ?