Unable to add integrations from UI

Hey guys, I’m trying to add integrations via the frontend and I’m getting a never-ending loading wheel.
image

I’ve traced my logs to the following error. Anyone have any idea what’s happening?

[139833294388000] Error handling message: Unknown error (unknown_error)
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 27, in _handle_async_response
    await func(hass, connection, msg)
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 755, in handle_integration_descriptions
    connection.send_result(msg["id"], await async_get_integration_descriptions(hass))
  File "/usr/src/homeassistant/homeassistant/loader.py", line 287, in async_get_integration_descriptions
    custom_flows[integration.integration_type][integration.domain] = metadata
KeyError: 'device'

Running supervised 2022.10.5
Supervisor 2022.10.0
Frontend 20221010.0 - latest

Thanks in advance!

2 Likes

Seems to be fixed with the 2022.11.0 version

Oh you had the problem too? Yep can confirm updating fixed it.

1 Like

Yes, I had the same problem. Maybe the problem was just regression in 2022.10.5 version… :thinking:

Yep, I’m back to 2022.10.5 because deconz is broken in 2022.11, guess this is the lesser of two evils haha

And there just came version 2022.11.1. Is deconz broken there too?

Yep, there’s a GitHub issue looking after it Some Deconz sensors are unavailable in HA, active in Deconz · Issue #81469 · home-assistant/core · GitHub

I am still getting this while trying install/configure Shelly integration. Others seem to be working?

supervisor 2022.11.2
core 2022.11.5
frontend 20221108.0
Running supervised.
Intel PC with SSD.

Extra issue, not sure if related: backups are unbearably slow. Like, full backup takes over 3 hours, single addon can easily be 10 minutes. And then log entries just stop and backup is never finished.

Very very strange. HA Core 2022.10.5. Was working all the time. Installed Better Thermostat, restarted HA few times - suddenly this error.