When updating to days ago, HA is Hanging doing startup.
How to fix it?
home-assistant.log
2023-05-07 00:58:32.543 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration daily_schedule which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-07 00:58:32.548 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration ble_monitor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-07 00:58:32.551 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration hpprinter which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-07 00:58:32.553 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-07 00:58:32.556 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration sonoff which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-07 00:58:32.559 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration energidataservice which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-07 00:58:32.561 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration scheduler which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-07 00:58:32.564 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration programmable_thermostat which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-07 00:58:32.567 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration powercalc which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-07 00:58:32.569 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration eloverblik which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-07 00:58:35.941 ERROR (MainThread) [homeassistant.setup] Error during setup of component frontend
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 257, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/frontend/__init__.py", line 342, in async_setup
root_path = _frontend_root(repo_path)
File "/usr/src/homeassistant/homeassistant/components/frontend/__init__.py", line 319, in _frontend_root
return hass_frontend.where()
AttributeError: module 'hass_frontend' has no attribute 'where'
2023-05-07 00:58:35.977 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2023-05-07 00:58:36.040 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=49 from 2023-05-06 22:27:05.136384)
2023-05-07 00:58:36.140 ERROR (MainThread) [homeassistant.setup] Setup failed for dhcp: Unable to import component: No module named 'dns.enum'
2023-05-07 00:58:38.097 ERROR (MainThread) [homeassistant.setup] Error during setup of component cloud
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 257, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/cloud/__init__.py", line 243, in async_setup
cloud = hass.data[DOMAIN] = Cloud(client, **kwargs)
File "/usr/local/lib/python3.10/site-packages/hass_nabucasa/__init__.py", line 71, in __init__
self.auth = CognitoAuth(self)
File "/usr/local/lib/python3.10/site-packages/hass_nabucasa/auth.py", line 75, in __init__
self._session = boto3.session.Session()
AttributeError: module 'boto3' has no attribute 'session'
2023-05-07 00:58:45.466 ERROR (MainThread) [homeassistant.setup] Setup failed for bluetooth: Unable to import component: cannot import name 'defs' from 'bleak.backends.bluezdbus' (unknown location)
2023-05-07 00:58:45.880 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of my. Setup failed for dependencies: frontend
2023-05-07 00:58:45.882 ERROR (MainThread) [homeassistant.setup] Setup failed for my: (DependencyError(...), 'Could not setup dependencies: frontend')
2023-05-07 00:58:45.892 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
2023-05-07 00:58:45.893 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: (DependencyError(...), 'Could not setup dependencies: frontend')
2023-05-07 00:58:45.898 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
2023-05-07 00:58:45.900 ERROR (MainThread) [homeassistant.setup] Setup failed for map: (DependencyError(...), 'Could not setup dependencies: frontend')
2023-05-07 00:58:45.905 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of hacs. Setup failed for dependencies: frontend
2023-05-07 00:58:45.906 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration hacs: (DependencyError(...), 'Could not setup dependencies: frontend')
2023-05-07 00:58:45.920 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of shelly. Setup failed for dependencies: bluetooth
2023-05-07 00:58:45.921 ERROR (MainThread) [homeassistant.setup] Setup failed for shelly: (DependencyError(...), 'Could not setup dependencies: bluetooth')
2023-05-07 00:58:47.980 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Lys over spisebord' failed to setup triggers and has been disabled: Unknown device '2ddcb18bf933e729511b06446b78412a'
2023-05-07 00:58:53.238 WARNING (MainThread) [homeassistant.components.integration.sensor] sensor.forbrug_cirkulationspumpe could not restore last state unavailable: [<class 'decimal.ConversionSyntax'>]
2023-05-07 00:58:53.383 ERROR (MainThread) [homeassistant.setup] Setup failed for huawei_lte: Unable to import component: No module named 'Cryptodome.Cipher'
2023-05-07 00:58:53.500 WARNING (MainThread) [homeassistant.components.integration.sensor] sensor.forbrug_spejllys_badevaerelse could not restore last state unknown: [<class 'decimal.ConversionSyntax'>]
2023-05-07 00:58:53.601 ERROR (MainThread) [homeassistant.setup] Error during setup of component stream
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 257, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 224, in async_setup
from .recorder import async_setup_recorder
File "/usr/src/homeassistant/homeassistant/components/stream/recorder.py", line 9, in <module>
import av
File "/usr/local/lib/python3.10/site-packages/av/__init__.py", line 20, in <module>
from av import logging
ImportError: Error relocating /usr/local/lib/python3.10/site-packages/av/../ha_av.libs/libavutil-158a67bb.so.57.17.100: XDisplayString: symbol not found
2023-05-07 00:58:53.705 WARNING (MainThread) [homeassistant.components.integration.sensor] sensor.forbrug_internet could not restore last state unavailable: [<class 'decimal.ConversionSyntax'>]
2023-05-07 00:58:53.776 WARNING (MainThread) [homeassistant.components.integration.sensor] sensor.fobrug_mikrobolgeovn could not restore last state unavailable: [<class 'decimal.ConversionSyntax'>]
2023-05-07 00:58:53.944 WARNING (MainThread) [homeassistant.components.integration.sensor] sensor.forbrug_symaskine could not restore last state unavailable: [<class 'decimal.ConversionSyntax'>]
2023-05-07 00:58:54.845 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform homeassistant.components.dlna_dmr.config_flow
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 833, in get_platform
cache[full_name] = self._import_platform(platform_name)
File "/usr/src/homeassistant/homeassistant/loader.py", line 850, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/dlna_dmr/config_flow.py", line 15, in <module>
from getmac import get_mac_address
File "/usr/local/lib/python3.10/site-packages/getmac/__init__.py", line 1, in <module>
from .getmac import __version__, get_mac_address
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1012, in get_code
File "<frozen importlib._bootstrap_external>", line 672, in _compile_bytecode
ValueError: bad marshal data (unknown type code)
2023-05-07 00:58:54.857 ERROR (MainThread) [homeassistant.config_entries] Error importing platform config_flow from integration dlna_dmr to set up dlna_dmr configuration entry: Exception importing homeassistant.components.dlna_dmr.config_flow
2023-05-07 00:58:54.868 WARNING (MainThread) [homeassistant.components.integration.sensor] sensor.stovsuger could not restore last state unavailable: [<class 'decimal.ConversionSyntax'>]
2023-05-07 00:58:54.882 WARNING (MainThread) [homeassistant.components.integration.sensor] sensor.laptop_john could not restore last state unknown: [<class 'decimal.ConversionSyntax'>]
2023-05-07 00:58:55.291 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of esphome. Setup failed for dependencies: bluetooth
2023-05-07 00:58:55.294 ERROR (MainThread) [homeassistant.setup] Setup failed for esphome: (DependencyError(...), 'Could not setup dependencies: bluetooth')
2023-05-07 00:58:55.315 ERROR (MainThread) [homeassistant.setup] Setup failed for cast: Unable to import component: cannot import name 'enum_type_wrapper' from 'google.protobuf.internal' (/usr/local/lib/python3.10/site-packages/google/protobuf/internal/__init__.py)
2023-05-07 00:58:55.319 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of bluetooth_adapters. Setup failed for dependencies: bluetooth
2023-05-07 00:58:55.320 ERROR (MainThread) [homeassistant.setup] Setup failed for bluetooth_adapters: (DependencyError(...), 'Could not setup dependencies: bluetooth')
2023-05-07 00:58:55.326 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of ibeacon. Setup failed for dependencies: bluetooth_adapters
2023-05-07 00:58:55.328 ERROR (MainThread) [homeassistant.setup] Setup failed for ibeacon: (DependencyError(...), 'Could not setup dependencies: bluetooth_adapters')
2023-05-07 00:58:55.855 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform utility_meter
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 455, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 731, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 845, in add_to_platform_finish
await self.async_added_to_hass()
File "/usr/src/homeassistant/homeassistant/components/utility_meter/sensor.py", line 533, in async_added_to_hass
croniter(self._cron_pattern, dt_util.now()).get_next(datetime),
File "/usr/local/lib/python3.10/site-packages/croniter/croniter.py", line 116, in __init__
self.expanded, self.nth_weekday_of_month = self.expand(expr_format)
File "/usr/local/lib/python3.10/site-packages/croniter/croniter.py", line 654, in expand
return cls._expand(expr_format)
File "/usr/local/lib/python3.10/site-packages/croniter/croniter.py", line 628, in _expand
raise CroniterBadCronError(
croniter.croniter.CroniterBadCronError: [0 0 * * 8] is not acceptable, out of range
2023-05-07 00:58:55.861 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up utility_meter platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 312, in _async_setup_platform
await asyncio.gather(*pending)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 455, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 731, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 845, in add_to_platform_finish
await self.async_added_to_hass()
File "/usr/src/homeassistant/homeassistant/components/utility_meter/sensor.py", line 533, in async_added_to_hass
croniter(self._cron_pattern, dt_util.now()).get_next(datetime),
File "/usr/local/lib/python3.10/site-packages/croniter/croniter.py", line 116, in __init__
self.expanded, self.nth_weekday_of_month = self.expand(expr_format)
File "/usr/local/lib/python3.10/site-packages/croniter/croniter.py", line 654, in expand
return cls._expand(expr_format)
File "/usr/local/lib/python3.10/site-packages/croniter/croniter.py", line 628, in _expand
raise CroniterBadCronError(
croniter.croniter.CroniterBadCronError: [0 0 * * 8] is not acceptable, out of range
2023-05-07 00:58:56.711 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: bluetooth, cloud, dhcp, frontend, logbook, map, my, stream
2023-05-07 00:58:56.713 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: (DependencyError(...), 'Could not setup dependencies: bluetooth, cloud, dhcp, frontend, logbook, map, my, stream')
2023-05-07 00:58:57.004 WARNING (MainThread) [custom_components.powercalc.sensors.group] ConfigEntry Lys spisekammer: Cannot add/remove to group None. It does not exist.
2023-05-07 00:58:58.530 WARNING (MainThread) [custom_components.energidataservice.api] Couldn't get data from Energi Data Service, retrying in 5 minutes.
2023-05-07 00:58:58.861 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.sonoff_10017e889c_energy_day (<class 'custom_components.sonoff.sensor.XSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total_increasing', 'total'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
2023-05-07 00:58:58.866 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.sonoff_10017e889c_energy_month (<class 'custom_components.sonoff.sensor.XSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total_increasing', 'total'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
2023-05-07 00:58:58.871 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.sonoff_10017e883c_energy_day (<class 'custom_components.sonoff.sensor.XSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total_increasing', 'total'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
2023-05-07 00:58:58.873 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.sonoff_10017e883c_energy_month (<class 'custom_components.sonoff.sensor.XSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total_increasing', 'total'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
2023-05-07 00:58:58.879 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.sonoff_10017e83d8_energy_day (<class 'custom_components.sonoff.sensor.XSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total_increasing', 'total'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
2023-05-07 00:58:58.882 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.sonoff_10017e83d8_energy_month (<class 'custom_components.sonoff.sensor.XSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total_increasing', 'total'; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
2023-05-07 00:58:59.672 WARNING (MainThread) [homeassistant.bootstrap] Detected that frontend did not load. Activating safe mode
2023-05-07 00:59:00.285 ERROR (MainThread) [homeassistant.setup] Error during setup of component frontend
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 257, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/frontend/__init__.py", line 342, in async_setup
root_path = _frontend_root(repo_path)
File "/usr/src/homeassistant/homeassistant/components/frontend/__init__.py", line 319, in _frontend_root
return hass_frontend.where()
AttributeError: module 'hass_frontend' has no attribute 'where'
2023-05-07 00:59:00.331 ERROR (MainThread) [homeassistant.setup] Error during setup of component cloud
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 257, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/cloud/__init__.py", line 243, in async_setup
cloud = hass.data[DOMAIN] = Cloud(client, **kwargs)
File "/usr/local/lib/python3.10/site-packages/hass_nabucasa/__init__.py", line 71, in __init__
self.auth = CognitoAuth(self)
File "/usr/local/lib/python3.10/site-packages/hass_nabucasa/auth.py", line 75, in __init__
self._session = boto3.session.Session()
AttributeError: module 'boto3' has no attribute 'session'
2023-05-07 00:59:07.996 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of safe_mode. Setup failed for dependencies: frontend, cloud
2023-05-07 00:59:07.999 ERROR (MainThread) [homeassistant.setup] Setup failed for safe_mode: (DependencyError(...), 'Could not setup dependencies: frontend, cloud')
2023-05-07 00:59:08.116 ERROR (MainThread) [homeassistant.setup] Setup failed for bluetooth: Unable to import component: cannot import name 'defs' from 'bleak.backends.bluezdbus' (unknown location)
2023-05-07 00:59:08.125 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of esphome. Setup failed for dependencies: bluetooth
2023-05-07 00:59:08.128 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 845, in async_init
flow, result = await task
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 863, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 962, in async_create_flow
await _load_integration(self.hass, handler_key, self._hass_config)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2026, in _load_integration
await async_process_deps_reqs(hass, hass_config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 386, in async_process_deps_reqs
raise DependencyError(failed_deps)
homeassistant.exceptions.DependencyError: (DependencyError(...), 'Could not setup dependencies: bluetooth')
2023-05-07 01:00:04.598 ERROR (MainThread) [homeassistant.components.hassio.handler] /ingress/validate_session return code 401
2023-05-07 01:00:04.605 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /ingress/validate_session -
2023-05-07 01:00:04.609 ERROR (MainThread) [homeassistant.components.hassio.handler] /ingress/validate_session return code 401
2023-05-07 01:00:04.612 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /ingress/validate_session -
2023-05-07 01:04:00.065 WARNING (MainThread) [custom_components.energidataservice.api] Couldn't get data from Energi Data Service, retrying in 10 minutes.
2023-05-07 01:04:16.834 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform homeassistant.components.zha.config_flow
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 833, in get_platform
cache[full_name] = self._import_platform(platform_name)
File "/usr/src/homeassistant/homeassistant/loader.py", line 850, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 20, in <module>
from . import websocket_api
File "/usr/src/homeassistant/homeassistant/components/zha/websocket_api.py", line 22, in <module>
from .api import (
File "/usr/src/homeassistant/homeassistant/components/zha/api.py", line 12, in <module>
from .core.const import (
File "/usr/src/homeassistant/homeassistant/components/zha/core/__init__.py", line 3, in <module>
from .device import ZHADevice
File "/usr/src/homeassistant/homeassistant/components/zha/core/device.py", line 35, in <module>
from . import const
File "/usr/src/homeassistant/homeassistant/components/zha/core/const.py", line 7, in <module>
import bellows.zigbee.application
File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 31, in <module>
import bellows.ezsp
File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 26, in <module>
EZSP_LATEST = v11.EZSP_VERSION
AttributeError: module 'bellows.ezsp.v11' has no attribute 'EZSP_VERSION'
2023-05-07 01:04:16.853 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration zha: Exception importing homeassistant.components.zha.config_flow
2023-05-07 01:04:16.858 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 833, in get_platform
cache[full_name] = self._import_platform(platform_name)
File "/usr/src/homeassistant/homeassistant/loader.py", line 850, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 20, in <module>
from . import websocket_api
File "/usr/src/homeassistant/homeassistant/components/zha/websocket_api.py", line 22, in <module>
from .api import (
File "/usr/src/homeassistant/homeassistant/components/zha/api.py", line 12, in <module>
from .core.const import (
File "/usr/src/homeassistant/homeassistant/components/zha/core/__init__.py", line 3, in <module>
from .device import ZHADevice
File "/usr/src/homeassistant/homeassistant/components/zha/core/device.py", line 35, in <module>
from . import const
File "/usr/src/homeassistant/homeassistant/components/zha/core/const.py", line 7, in <module>
import bellows.zigbee.application
File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 31, in <module>
import bellows.ezsp
File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 26, in <module>
EZSP_LATEST = v11.EZSP_VERSION
AttributeError: module 'bellows.ezsp.v11' has no attribute 'EZSP_VERSION'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2029, in _load_integration
integration.get_platform("config_flow")
File "/usr/src/homeassistant/homeassistant/loader.py", line 842, in get_platform
raise ImportError(
ImportError: Exception importing homeassistant.components.zha.config_flow
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 845, in async_init
flow, result = await task
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 863, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 962, in async_create_flow
await _load_integration(self.hass, handler_key, self._hass_config)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2036, in _load_integration
raise data_entry_flow.UnknownHandler
homeassistant.data_entry_flow.UnknownHandler