Home Assistant release (hass --version):
0.60.0
Python release (python3 --version):
Python 3.5.3
Component/platform:
group display
Description of problem:
Nested groups are not shown
Expected:
The frontend should display groups that are an entity of other groups if the group is selected in the UI.
If I go to the “default_view” page in the UI, I see an empty page, however I expected to see the two groups that are part of the “default_view”.
Problem-relevant configuration.yaml entries and steps to reproduce:
default_view:
name: home
view: yes
icon: mdi:home
entities:
- group.bedroom
- group.livingroom
livingroom:
name: livingroom
view: yes
entities:
- light.hallway
- light.living_room_left
- light.living_room_right
- sensor.living_room_temperature
bedroom:
name: bedroom
view: yes
entities:
- light.ceiling_bedroom
- sensor.bedroom_room_temperature
- sensor.bedroom_room_aqi
- sensor.bedroom_room_humidity