home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.95k stars 31k forks source link

Home Assistant Core 2024.2.0 forces HA into recovery mode following install #109937

Closed skydivedave closed 9 months ago

skydivedave commented 9 months ago

The problem

Upon installing the latest version of the core, my system goes into recovery mode and I have to perform a system restore to 2024.1.6

What version of Home Assistant Core has the issue?

core-2024.2.0

What was the last working version of Home Assistant Core?

core-2024.1.6

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

disforw commented 9 months ago

I am experiencing the same on Home Assistant Blue

disforw commented 9 months ago

ROLLBACK LOG FILE: 2024-02-07 22:18:47.044 ERROR (MainThread) [root] Uncaught exception Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/main.py", line 221, in sys.exit(main()) ^^^^^^ File "/usr/src/homeassistant/homeassistant/main.py", line 209, in main exit_code = runner.run(runtime_conf) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/runner.py", line 188, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/base_events.py", line 684, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in setup_and_run_hass hass = await bootstrap.async_setup_hass(runtime_config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 203, in async_setup_hass await async_from_config_dict(config_dict, hass) is not None ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 319, in async_from_config_dict await async_load_base_functionality(hass) File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 296, in async_load_base_functionality await asyncio.gather( File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1354, in async_initialize entries[entry_id] = config_entry


  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1148, in __setitem__
    self._domain_unique_id_index.setdefault(entry.domain, {})[
TypeError: unhashable type: 'list'
bdraco commented 9 months ago

You have a custom integration that is using a list as a unique id. A unique id must be a string.

You'll have to manually fix your /config/.storage/core.config_entries file

  1. Downgrade back to an old version
  2. Check the file for "unique_id":[
  3. delete that integration
  4. upgrade
disforw commented 9 months ago

This was extremely helpful! Thank you for that…

skydivedave commented 9 months ago

I have managed to get the log from recovery mode. home-assistant_2024-02-08T10-43-38.023Z.log

skydivedave commented 9 months ago

2024-02-08 10:41:13.056 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration zone 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 2024-02-08 10:41:13.057 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alexa_media 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 2024-02-08 10:41:13.057 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration robovac 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 2024-02-08 10:41:13.057 WARNING (SyncWorker_0) [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 2024-02-08 10:41:13.058 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration heatmiserneo 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 2024-02-08 10:41:13.058 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tapo 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 2024-02-08 10:41:13.058 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration spotcast 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 2024-02-08 10:41:13.059 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration daikin_residential_altherma 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 2024-02-08 10:41:13.059 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration volkswagencarnet 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 2024-02-08 10:41:25.300 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package shapely==2.0.1: error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [3 lines of output]

:8: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html Could not find geos-config executable. Either append the path to geos-config to PATH or manually provide the include_dirs, library_dirs, libraries and other link args for compiling against a GEOS version >=3.5. ERROR: Cython is required to build shapely from source. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. 2024-02-08 10:41:36.596 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package shapely==2.0.1: error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [3 lines of output] :8: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html Could not find geos-config executable. Either append the path to geos-config to PATH or manually provide the include_dirs, library_dirs, libraries and other link args for compiling against a GEOS version >=3.5. ERROR: Cython is required to build shapely from source. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. 2024-02-08 10:41:48.008 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package shapely==2.0.1: error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [3 lines of output] :8: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html Could not find geos-config executable. Either append the path to geos-config to PATH or manually provide the include_dirs, library_dirs, libraries and other link args for compiling against a GEOS version >=3.5. ERROR: Cython is required to build shapely from source. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. 2024-02-08 10:41:48.009 ERROR (MainThread) [homeassistant.setup] Setup failed for 'person': Requirements for zone not found: ['shapely==2.0.1']. 2024-02-08 10:41:48.009 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'onboarding'. Setup failed for dependencies: person 2024-02-08 10:41:48.009 ERROR (MainThread) [homeassistant.setup] Setup failed for 'onboarding': (DependencyError(...), 'Could not setup dependencies: person') 2024-02-08 10:41:48.009 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'frontend'. Setup failed for dependencies: onboarding 2024-02-08 10:41:48.010 ERROR (MainThread) [homeassistant.setup] Setup failed for 'frontend': (DependencyError(...), 'Could not setup dependencies: onboarding') 2024-02-08 10:41:50.342 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'zone': Requirements for zone not found: ['shapely==2.0.1']. 2024-02-08 10:41:50.824 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'logbook'. Setup failed for dependencies: frontend 2024-02-08 10:41:50.824 ERROR (MainThread) [homeassistant.setup] Setup failed for 'logbook': (DependencyError(...), 'Could not setup dependencies: frontend') 2024-02-08 10:41:51.026 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'hacs'. Setup failed for dependencies: frontend 2024-02-08 10:41:51.026 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'hacs': (DependencyError(...), 'Could not setup dependencies: frontend') 2024-02-08 10:41:51.252 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'map'. Setup failed for dependencies: frontend 2024-02-08 10:41:51.252 ERROR (MainThread) [homeassistant.setup] Setup failed for 'map': (DependencyError(...), 'Could not setup dependencies: frontend') 2024-02-08 10:41:51.405 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'my'. Setup failed for dependencies: frontend 2024-02-08 10:41:51.405 ERROR (MainThread) [homeassistant.setup] Setup failed for 'my': (DependencyError(...), 'Could not setup dependencies: frontend') 2024-02-08 10:41:51.740 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Arriving Home At Night External Lights' failed to setup triggers and has been disabled: Integration 'zone' does not provide trigger support. Got {'id': '1705432894214', 'alias': 'Arriving Home At Night External Lights', 'description': 'Turns on outdoor lights when returning home at night', 'trigger': [{'platform': 'zone', 'entity_id': 'person.dave_hillier', 'zone': 'zone.home_zone', 'event': 'enter'}], 'condition': [{'condition': 'sun', 'after': 'sunset', 'before': 'sunrise'}], 'action': [{'type': 'turn_on', 'device_id': '0faf4756beeba0485a2d90aae7129889', 'entity_id': '54ed74c9834c219687f42fcc2ccea085', 'domain': 'switch'}, {'type': ... 2024-02-08 10:41:51.805 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'mobile_app'. Setup failed for dependencies: person 2024-02-08 10:41:51.805 ERROR (MainThread) [homeassistant.setup] Setup failed for 'mobile_app': (DependencyError(...), 'Could not setup dependencies: person') 2024-02-08 10:41:52.077 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'DOOR LOCK - Unlock Notification (Away from Home)' failed to setup conditions and has been disabled: Integration 'device_tracker' could not be loaded 2024-02-08 10:41:52.130 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'device_tracker'. Setup failed for dependencies: zone 2024-02-08 10:41:52.130 ERROR (MainThread) [homeassistant.setup] Setup failed for 'device_tracker': (DependencyError(...), 'Could not setup dependencies: zone') 2024-02-08 10:41:52.470 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'default_config'. Setup failed for dependencies: logbook, map, mobile_app, my 2024-02-08 10:41:52.470 ERROR (MainThread) [homeassistant.setup] Setup failed for 'default_config': (DependencyError(...), 'Could not setup dependencies: logbook, map, mobile_app, my') 2024-02-08 10:41:52.815 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry My home for smartthings Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 442, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/smartthings/__init__.py", line 126, in async_setup_entry token = await api.generate_tokens( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pysmartthings/smartthings.py", line 209, in generate_tokens result = await self._service.generate_tokens( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pysmartthings/api.py", line 424, in generate_tokens raise APIInvalidGrant(data.get("error_description")) pysmartthings.errors.APIInvalidGrant: Invalid refresh token: 260581b9-bf49-46ba-b294-4854807f6912 requested by clientId: 4af784de-e320-4bc7-84e6-dd66067774bc with grantType: refresh_token, e.cause: no cause 2024-02-08 10:41:52.951 ERROR (MainThread) [homeassistant.components.unifi] Error connecting to the UniFi Network at 10.69.1.1: Call https://10.69.1.1:443/api/auth/login received 403 Forbidden 2024-02-08 10:41:52.994 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform ring does not generate unique IDs. ID 294363125-ding already exists - ignoring binary_sensor.front_door_ding 2024-02-08 10:41:52.994 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform ring does not generate unique IDs. ID 294363125-motion already exists - ignoring binary_sensor.front_door_motion 2024-02-08 10:41:52.994 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform ring does not generate unique IDs. ID 209876130-motion already exists - ignoring binary_sensor.front_motion 2024-02-08 10:41:52.994 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform ring does not generate unique IDs. ID 174806545-motion already exists - ignoring binary_sensor.front_door_cam_motion 2024-02-08 10:41:52.994 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform ring does not generate unique IDs. ID 172922065-motion already exists - ignoring binary_sensor.workshop_inside_view_motion 2024-02-08 10:41:52.995 ERROR (MainThread) [homeassistant.components.camera] Platform ring does not generate unique IDs. ID 174806545 already exists - ignoring camera.front_door_cam 2024-02-08 10:41:52.995 ERROR (MainThread) [homeassistant.components.light] Platform ring does not generate unique IDs. ID 209876130 already exists - ignoring light.front_light 2024-02-08 10:41:52.995 ERROR (MainThread) [homeassistant.components.light] Platform ring does not generate unique IDs. ID 174806545 already exists - ignoring light.front_door_cam_light 2024-02-08 10:41:52.995 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 294363125-battery already exists - ignoring sensor.front_door_battery 2024-02-08 10:41:52.995 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 294363125-last_activity already exists - ignoring sensor.front_door_last_activity 2024-02-08 10:41:52.995 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 294363125-last_ding already exists - ignoring sensor.front_door_last_ding 2024-02-08 10:41:52.995 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 294363125-last_motion already exists - ignoring sensor.front_door_last_motion 2024-02-08 10:41:52.995 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 294363125-volume already exists - ignoring sensor.front_door_volume 2024-02-08 10:41:52.996 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 209876130-battery already exists - ignoring sensor.front_battery 2024-02-08 10:41:52.996 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 174806545-battery already exists - ignoring sensor.front_door_cam_battery 2024-02-08 10:41:52.996 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 172922065-battery already exists - ignoring sensor.workshop_inside_view_battery 2024-02-08 10:41:52.996 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 209876130-last_activity already exists - ignoring sensor.front_last_activity 2024-02-08 10:41:52.996 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 174806545-last_activity already exists - ignoring sensor.front_door_cam_last_activity 2024-02-08 10:41:52.996 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 172922065-last_activity already exists - ignoring sensor.workshop_inside_view_last_activity 2024-02-08 10:41:52.996 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 209876130-last_motion already exists - ignoring sensor.front_last_motion 2024-02-08 10:41:52.996 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 174806545-last_motion already exists - ignoring sensor.front_door_cam_last_motion 2024-02-08 10:41:52.996 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 172922065-last_motion already exists - ignoring sensor.workshop_inside_view_last_motion 2024-02-08 10:41:52.997 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 209876130-volume already exists - ignoring sensor.front_volume 2024-02-08 10:41:52.997 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 174806545-volume already exists - ignoring sensor.front_door_cam_volume 2024-02-08 10:41:52.997 ERROR (MainThread) [homeassistant.components.sensor] Platform ring does not generate unique IDs. ID 172922065-volume already exists - ignoring sensor.workshop_inside_view_volume 2024-02-08 10:41:56.191 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_COOL was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.COOL instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.193 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_FAN_ONLY was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.FAN_ONLY instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.195 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_HEAT was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.196 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_HEAT_COOL was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT_COOL instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.543 WARNING (MainThread) [homeassistant.components.climate.const] CURRENT_HVAC_COOL was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.COOLING instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.545 WARNING (MainThread) [homeassistant.components.climate.const] CURRENT_HVAC_HEAT was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.HEATING instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.547 WARNING (MainThread) [homeassistant.components.climate.const] CURRENT_HVAC_IDLE was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.IDLE instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.549 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_COOL was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.COOL instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.551 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_FAN_ONLY was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.FAN_ONLY instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.552 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_HEAT was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.555 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_HEAT_COOL was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT_COOL instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.557 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_OFF was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.558 WARNING (MainThread) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.561 WARNING (MainThread) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE_RANGE was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE_RANGE instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.562 WARNING (MainThread) [homeassistant.const] TEMP_CELSIUS was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.564 WARNING (MainThread) [homeassistant.const] TEMP_FAHRENHEIT was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.FAHRENHEIT instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.568 WARNING (MainThread) [homeassistant.components.binary_sensor] DEVICE_CLASS_PROBLEM was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.PROBLEM instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.570 WARNING (MainThread) [homeassistant.components.binary_sensor] DEVICE_CLASS_PROBLEM was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.PROBLEM instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.572 WARNING (MainThread) [homeassistant.components.sensor] DEVICE_CLASS_BATTERY was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.BATTERY instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.575 WARNING (MainThread) [homeassistant.components.sensor] DEVICE_CLASS_BATTERY was used from heatmiserneo, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.BATTERY instead, please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.582 WARNING (MainThread) [homeassistant.helpers.entity] Entity None () is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use , please report it to the author of the 'heatmiserneo' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation 2024-02-08 10:41:56.582 WARNING (MainThread) [homeassistant.components.climate] Entity None () implements HVACMode(s): off, heat and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.583 WARNING (MainThread) [homeassistant.helpers.entity] Entity None () is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use , please report it to the author of the 'heatmiserneo' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation 2024-02-08 10:41:56.583 WARNING (MainThread) [homeassistant.components.climate] Entity None () implements HVACMode(s): off, heat and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.583 WARNING (MainThread) [homeassistant.helpers.entity] Entity None () is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use , please report it to the author of the 'heatmiserneo' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation 2024-02-08 10:41:56.583 WARNING (MainThread) [homeassistant.components.climate] Entity None () implements HVACMode(s): off, heat and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.584 WARNING (MainThread) [homeassistant.helpers.entity] Entity None () is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use , please report it to the author of the 'heatmiserneo' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation 2024-02-08 10:41:56.584 WARNING (MainThread) [homeassistant.components.climate] Entity None () implements HVACMode(s): off, heat and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:41:56.584 WARNING (MainThread) [homeassistant.helpers.entity] Entity None () is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use , please report it to the author of the 'heatmiserneo' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation 2024-02-08 10:41:56.585 WARNING (MainThread) [homeassistant.components.climate] Entity None () implements HVACMode(s): off, heat and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please report it to the author of the 'heatmiserneo' custom integration 2024-02-08 10:42:13.981 ERROR (MainThread) [homeassistant.components.switch] Platform ring does not generate unique IDs. ID 209876130-siren already exists - ignoring switch.front_siren 2024-02-08 10:42:13.981 ERROR (MainThread) [homeassistant.components.switch] Platform ring does not generate unique IDs. ID 174806545-siren already exists - ignoring switch.front_door_cam_siren 2024-02-08 10:42:13.981 ERROR (MainThread) [homeassistant.components.switch] Platform ring does not generate unique IDs. ID 172922065-siren already exists - ignoring switch.workshop_inside_view_siren 2024-02-08 10:42:15.170 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: alexa_media, wake_on_lan.switch 2024-02-08 10:42:22.586 WARNING (MainThread) [homeassistant.bootstrap] Detected that frontend did not load. Activating recovery mode
emontnemery commented 9 months ago

@disforw your issue is this one https://github.com/home-assistant/core/issues/109908, and not the same as reported by @skydivedave AFAICT

skydivedave commented 9 months ago

With help from another, it turns out i was using a 3rd party integration Polygon based on "shapely" and removing that fixed my issue.

Thanks all for your help