Hi,
I have a group of lights called “Downstairs lights” and another one called “Upstairs lights”. I have a further group called “Lights by floor” which contains just those two groups. “Lights by floor” is then visible inside of a view called “Lights”, which contains a few groups that then show up as panels within the “Lights” view. I’ll show the code that drives all this below.
I am facing a problem where the “Downstairs Lights” and “Upstairs Lights” group show up as separate panels in the “Lights” view, even though they are not specified under that view. [they’re just members of a group that is specified]. I do not think that such sub-groups or nested groups should show up in this way. Am I right? Is this a bug?
lights:
view: yes
control: hidden
name: Lights
entities:
- group.lights_by_room
- group.light_by_floor
- group.all_lights
light_by_floor:
name: Lights by floor
control: hidden
entities:
- group.downstairs_lights # these are only specified here but show up as separte panels in the view!
- group.upstairs_lights # I don't think they should!
downstairs_lights:
name: Downstairs Lights
entities:
- light.dininghue
- light.lightgrouplounge
upstairs_lights:
name: Upstairs Lights
entities:
- light.bedroom
- light.nursery
Here’s what I see. https://imgur.com/jfSl4nu.jpg
I do not think “Downstairs Lights” and “Upstairs Lights” should show up as separate panels under this view.
Cheers,
James