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
71.58k stars 29.91k forks source link

Something is blocking Home Assistant from wrapping up the start up phase #109094

Closed razzietheman closed 7 months ago

razzietheman commented 7 months ago

The problem

Logger: homeassistant.core Source: core.py:464 First occurred: 05:43:15 (1 occurrences) Last logged: 05:43:15

Something is blocking Home Assistant from wrapping up the start up phase. We're going to continue anyway. Please report the following info at https://github.com/home-assistant/core/issues: google_assistant, auth, tradfri.sensor, google_assistant_sdk.notify, wake_word, counter, tuya.fan, tts, binary_sensor, search, harmony, tuya.scene, speedtestdotnet.sensor, weather, my, dlna_dms, humidifier, http, select, harmony.select, cloud.tts, climate, onboarding, light, energy, xiaomi_miio, device_automation, google_home.number, bluetooth_adapters, dyson_local.button, androidtv_remote.media_player, systemmonitor.sensor, automation, braviatv.media_player, tuya.humidifier, androidtv_remote.remote, home_connect_alt, media_source, mobile_app.binary_sensor, update, dyson_local.select, hardware, upnp.binary_sensor, tradfri.fan, ibeacon.device_tracker, hassio, upnp.sensor, xiaomi_miio.sensor, hue, xiaomi_miio.switch, google_home.sensor, dlna_dmr, tuya.vacuum, timer, blueprint, switch, roborock.number, persistent_notification, temperatur_nu, version.sensor, ibeacon, hassio.sensor, dlna_dmr.media_player, frontend, harmony.remote, siren, remote, xiaomi_miio.binary_sensor, cast.media_player, homeassistant_alerts, tuya.number, google_home.switch, netatmo.select, tuya.button, template, tuya.sensor, map, xiaomi_miio.number, google_translate.tts, sensor, braviatv.button, time, input_number, hacs.sensor, smhi.weather, braviatv, ibeacon.sensor, api, image_upload, cover, sun, hue.light, netatmo.climate, xiaomi_miio.fan, repairs, tuya.alarm_control_panel, roborock.camera, input_select, home_connect_alt.number, tag, fan, energy.sensor, tuya.binary_sensor, tuya.camera, dyson_local.sensor, homeassistant, input_button, cloud, switch_as_x, netatmo.cover, bluetooth, androidtv_remote, tradfri.cover, dyson_local.switch, home_connect_alt.switch, webhook, dyson_local, tradfri, hue.binary_sensor, event, roborock.switch, version, hue.scene, logger, network, tuya, home_connect_alt.select, harmony.switch, recorder, mobile_app.notify, roborock.select, lovelace, pollenprognos.sensor, vacuum, tuya.climate, history, media_player, netatmo.switch, camera, input_text, dhcp, group, logbook, roborock, roborock.sensor, google_assistant_sdk, xiaomi_miio.select, hassio.update, roborock.vacuum, tradfri.light, notify, number, mobile_app.device_tracker, pollenprognos, analytics, temperatur_nu.sensor, google_assistant.button, group.switch, tuya.switch, websocket_api, assist_pipeline, config, stream, thread, application_credentials, tuya.siren, netatmo.camera, usb, xiaomi_miio.button, ffmpeg, device_tracker, hue.switch, mobile_app, tradfri.switch, diagnostics, hue.event, cast, hassio.binary_sensor, input_boolean, swemail, file_upload, google_translate, roborock.binary_sensor, netatmo.sensor, homeassistant.scene, trace, system_health, switch_as_x.light, braviatv.remote, mobile_app.sensor, upnp, netatmo.light, zeroconf, alarm_control_panel, roborock.button, tuya.select, temperature_feels_like.sensor, sun.sensor, ssdp, conversation, hue.sensor, systemmonitor, button, default_config, home_connect_alt.button, scene, tuya.cover, time_date.sensor, hacs, zone, netatmo, stt, dyson_local.fan, roborock.time, script, version.binary_sensor, person, tuya.light, template.sensor, swemail.sensor, system_log, smhi, home_connect_alt.binary_sensor, speedtestdotnet, input_datetime, schedule, google_home, home_connect_alt.sensor

What version of Home Assistant Core has the issue?

2024.1.5

What was the last working version of Home Assistant Core?

No response

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

joostlek commented 7 months ago

Do you get this message every time you reboot?

Can you boot in safe mode and see if that helps?

razzietheman commented 7 months ago

Do you get this message every time you reboot?

Can you boot in safe mode and see if that helps?

yes on every boot , but not in safe mode

bdraco commented 7 months ago

We could probably improve this message to enumerate all the running tasks. aiomonitor has a good example of how to do this

We already have something in the profiler integration that we could borrow for to ensure we log the full details of each task.