I have the following in my configuration.yaml
hue:
bridges:
- host: 192.168.1.2
- allow_hue_groups: false
But I’m still seeing groups such as the one below within states in the developer tools:
light.living_room on
brightness: 254
color_temp: 467
min_mireds: 154
max_mireds: 500
xy_color: 0.512,0.4134
effect_list: colorloop,random
rgb_color: 255,184,79
is_hue_group: true
friendly_name: Living Room
supported_features: 127
Am I doing something wrong as it it broken? My understanding is that config should hide the group from HA right?