Remove Phillips Hue Configurator?

Is there anyway to remove the Phillips Hue configurator as seen here - http://i.imgur.com/MRPf1B8.png

I have the Hue configured through my Wink and when I configure the Hue it adds duplicates of lights. I really don’t want to turn off the auto discover function either because it works really well.

Thanks!

Try to remove “discovery:” from your configuration file

I really don’t want to turn discovery off because it works well for all of my devices without having to manually add them.

You don’t have to disable discovery for all devices, just disable (ignore) the Philips Hue bridge with the following code in your configuration.yaml file:

discovery:
  ignore:
    - philips_hue
3 Likes