Configure Hue if Hue is discovered

Hi!

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.

Config:

hue:
  bridges:
    - allow_unreachable: true
      allow_hue_groups: false

Error:

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

What to do?
Thanks

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.

It does work. So If I use a manual Installation of a component, the discover component did not search for this one again. Thanks

Well it does still discover your hue hub, but it recognizes that it is already configured.

@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?

Bueller? Bueller? Anyone? Anyone?