Hello there,
I’m using HA Core and upgraded from 2023.7.3 to 2023.8.1 (and now 2023.8.2).
HA is not starting anymore, it takes hours because for every integration, it is reaching kind of a timeout after 2 minutes.
The error is the same for every and any integrations, even the most simple ones (e.g.: moon):
Aug 11 20:56:26 hassbian hass[17449]: 2023-08-11 20:56:26.840 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Moon for moon
Aug 11 20:56:26 hassbian hass[17449]: Traceback (most recent call last):
Aug 11 20:56:26 hassbian hass[17449]: File "/srv/homeassistant/lib/python3.11/site-packages/homeassistant/config_entries.py", line 388, in async_setup
Aug 11 20:56:26 hassbian hass[17449]: result = await component.async_setup_entry(hass, self)
Aug 11 20:56:26 hassbian hass[17449]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 11 20:56:26 hassbian hass[17449]: File "/srv/homeassistant/lib/python3.11/site-packages/homeassistant/components/moon/__init__.py", line 10, in async_setup_entry
Aug 11 20:56:26 hassbian hass[17449]: await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
Aug 11 20:56:26 hassbian hass[17449]: File "/srv/homeassistant/lib/python3.11/site-packages/homeassistant/config_entries.py", line 1367, in async_forward_entry_setups
Aug 11 20:56:26 hassbian hass[17449]: await asyncio.gather(
Aug 11 20:56:26 hassbian hass[17449]: File "/srv/homeassistant/lib/python3.11/site-packages/homeassistant/config_entries.py", line 1388, in async_forward_entry_setup
Aug 11 20:56:26 hassbian hass[17449]: result = await async_setup_component(self.hass, domain, self._hass_config)
Aug 11 20:56:26 hassbian hass[17449]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 11 20:56:26 hassbian hass[17449]: File "/srv/homeassistant/lib/python3.11/site-packages/homeassistant/setup.py", line 95, in async_setup_component
Aug 11 20:56:26 hassbian hass[17449]: return await setup_tasks[domain]
Aug 11 20:56:26 hassbian hass[17449]: ^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 11 20:56:26 hassbian hass[17449]: asyncio.exceptions.CancelledError
As a result, my integration page looks awful
And this is the same for almost all of the integrations (e.g.: Moon, MQTT, SmartThings, Hue, Sun, Synology, UPnP/IGD, Uptime, Version, …)
Can someone please help me?
EDIT
Going back to 2023.7.3 is solving all the issues but I’d like to move forward.