I created some light groups in my config.yaml file, but tried to move these to their own file. I made one named light.yaml and moved the light groups to this one. But now I get entity now available in my dashboard. When I had one of the light groups in the config.yaml file everything worked file. I can’t figure out how to get the light groups linked from the light.yaml file.
This is my light.yaml file.
- platform: group
name: All Lights
entities:
- light.hue_color_lamp_dinning_room
- light.hue_color_lamp_1
- light.hue_color_lamp_3
- platform: group
name: Living Room Lights
entities:
- light.hue_color_lamp_1
- light.hue_color_lamp_3