Disabling Philips Hue Integration

I am sorry if this has been answered previously.
I am trying to disable the Philips Hue integration in Home Assistant.

I have tried the following lines in configuration.yaml:

discovery:
  ignore:
    - philips_hue

But I am still observing that the Philips Hue Integration causing my devices to not register with Alexa.

How can I remove or completely disable the integration?

Thanks in advance.

Update: Observing following error message in the logs even after ignoring the Philips Hue Integration

2021-10-27 15:26:30 ERROR (MainThread) [homeassistant.components.hue] Unknown error connecting with Hue bridge at [redacted IP address for Hue device]
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/hue/config_flow.py", line 146, in async_step_link
    await authenticate_bridge(self.hass, bridge)
  File "/usr/src/homeassistant/homeassistant/components/hue/bridge.py", line 292, in authenticate_bridge
    await bridge.initialize()
  File "/usr/local/lib/python3.9/site-packages/aiohue/bridge.py", line 70, in initialize
    self.config = Config(result.pop("config"), self.request)
TypeError: 'str' object cannot be interpreted as an integer

1 Like