I searching for the configuration of the Hue to add allow_unreachable and allow_hue_groups. Hue is in the integrations part but there is no configuration for this options.
As I understand the configuration, I don’t need host, but I get an error on check config.
Invalid config for [hue]: required key not provided @ data[‘hue’][‘bridges’][0][‘host’]. Got None. (See /config/configuration.yaml, line 71). Please check the docs at Philips Hue - Home Assistant
I didn’t add host because I don’t want to mess up something automated like discover: or so
So you’re integrating Hue with the auto discovered integrations? Then you cannot edit those values as far as I know. With the lines in your configuration.yaml file, you’re trying to add another Hue bridge as far as HA knows. You can remove the auto discovered integration and add a host: (with ip address) to your configuration file. Then it should work.
@Superheld@Pippyn Sorry to bring up an old thread. I’m trying to add allow_unreachable: true as well, and currently have Hue auto-configured. Will any customizations (overwritten entity_ids, etc) change if I manually add Hue to my config? Or will it be as if nothing has changed, with the addition of being able to set the allow_unreachable attribute?