Skyconnect - MultiprotocolAddonManager Error

Since Restoring a backup I’m running into the following error message:

Exception in <bound method MultiprotocolAddonManager._register_multipan_platform of <homeassistant.components.homeassistant_hardware.silabs_multiprotocol_addon.MultiprotocolAddonManager object at 0x7f7839d460>> when processing platform 'silabs_multiprotocol': (<HomeAssistant NOT_RUNNING>, 'zha', <module 'homeassistant.components.zha.silabs_multiprotocol' from '/usr/src/homeassistant/homeassistant/components/zha/silabs_multiprotocol.py'>) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/zha/api.py", line 75, in async_get_network_settings return async_get_active_network_settings(hass) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/zha/api.py", line 43, in async_get_active_network_settings app = get_zha_gateway(hass).application_controller ^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/zha/core/helpers.py", line 449, in get_zha_gateway raise ValueError("No gateway object exists") ValueError: No gateway object exists During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/homeassistant_hardware/silabs_multiprotocol_addon.py", line 160, in _register_multipan_platform channel = await platform.async_get_channel(hass) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/zha/silabs_multiprotocol.py", line 68, in async_get_channel return await _get_zha_channel(hass) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/zha/silabs_multiprotocol.py", line 30, in _get_zha_channel zha_network_settings = await api.async_get_network_settings(hass) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/zha/api.py", line 77, in async_get_network_settings return await async_get_last_network_settings(hass, config_entry) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/zha/api.py", line 58, in async_get_last_network_settings radio_mgr = ZhaRadioManager.from_config_entry(hass, config_entry) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/zha/radio_manager.py", line 155, in from_config_entry mgr.radio_type = RadioType[config_entry.data[CONF_RADIO_TYPE]] ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ KeyError: 'radio_type' 

I’m using the skyconnect dongle with zigbee2mqtt and mosquitto.

Does anyone know how to interpret this error message?