I couldn’t get my hue groups to appear in hass using the discovery component, although the individual bulbs loaded fine. I decided to try adding the hue component to the config file like so:
hue:
bridges:
- host: 192.168.1.39
discovery:
ignore:
- philips_hue
This is the correct address for my Hue bridge. Unfortunately the config then fails to load and throws this error:
Failed config
General Errors:
- Component not found: hue
- Setup failed for hue: Component not found.
I tried just adding “hue:” to the config without the other stuff, I tried it with discover enabled and disabled. No matter what, if I put ‘hue:’ into my config, it doesn’t pass validation.
I also tried deleting ‘hue.config’ and starting a fresh discovery linkage. I get the same result, all the bulbs, none of the groups.
I’m stuck at this point. I’m not sure what’s wrong with my config as I’ve followed the docs. Any ideas?