The thing is, I do not have the Hue integration installed!
The message is…
Logger: homeassistant
Source: components/hue/config_flow.py:75
First occurred: 4:39:43 AM (1 occurrences)
Last logged: 4:39:43 AM
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/discovery_flow.py", line 74, in _async_process_pending_flows
await gather_with_concurrency(
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 192, in gather_with_concurrency
return await gather(
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 190, in sem_task
return await task
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 205, in async_init
flow, result = await task
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 232, in _async_init
result = await self._async_handle_step(flow, flow.init_step, data, init_done)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 335, in _async_handle_step
result: FlowResult = await getattr(flow, method)(user_input)
File "/usr/src/homeassistant/homeassistant/components/hue/config_flow.py", line 241, in async_step_ssdp
self.bridge = await self._get_bridge(
File "/usr/src/homeassistant/homeassistant/components/hue/config_flow.py", line 75, in _get_bridge
bridge = await discover_bridge(
File "/usr/local/lib/python3.9/site-packages/aiohue/discovery.py", line 35, in discover_bridge
bridge_id = await is_hue_bridge(host, websession)
File "/usr/local/lib/python3.9/site-packages/aiohue/discovery.py", line 82, in is_hue_bridge
return normalize_bridge_id(data["bridgeid"])
KeyError: 'bridgeid'