Running a check ungrouped items I find this setting for a group containing all group_all groups:
Apparently the group gets an assumed_state: true, even though that isnt configurable according to the docs: https://www.home-assistant.io/components/group/
Is this regular behavior? or is something incorrect in the config.
Should/could I configure the group to have assumed_state: false
, since I dont want the 2 icons to show up, and where? Probably cant in the group declaration:
home_automation:
name: Home automation
view: true
icon: mdi:home-automation
entities:
- group.all_light_groups
- group.all_lights
- group.all_switches
- group.all_scripts
- group.all_automations
- group.all_devices
so maybe in customize:
?
homeassistant:
customize:
group.home_automation:
assumed_state: false