Nothing problem before internet connection broke.
There are first few this kind of log event which depens internet connection:
2023-10-31 13:16:50.505 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Sun for sun
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 399, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/sun/__init__.py", line 99, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(entry, [Platform.SENSOR])
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1390, in async_forward_entry_setups
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1411, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/setup.py", line 95, in async_setup_component
return await setup_tasks[domain]
^^^^^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError
After these, there will be similar errors from local devices, such as this ventilation unit:
2023-10-31 13:21:15.624 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Vallox for vallox
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 399, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/vallox/__init__.py", line 207, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1390, in async_forward_entry_setups
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1411, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/setup.py", line 95, in async_setup_component
return await setup_tasks[domain]
^^^^^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError
And local MQTT:
2023-10-31 13:21:15.817 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry core-mosquitto for mqtt
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 399, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 436, in async_setup_entry
await async_forward_entry_setup_and_setup_discovery(entry, conf)
File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 416, in async_forward_entry_setup_and_setup_discovery
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1411, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/setup.py", line 95, in async_setup_component
return await setup_tasks[domain]
^^^^^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError
Same errors continue with only local use Shelly devices:
2023-10-31 13:21:16.029 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry D29 shellydimmer2-4855190009D3 for shelly
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 399, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/shelly/__init__.py", line 129, in async_setup_entry
return await _async_setup_block_entry(hass, entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/shelly/__init__.py", line 199, in _async_setup_block_entry
await _async_block_device_setup()
File "/usr/src/homeassistant/homeassistant/components/shelly/__init__.py", line 174, in _async_block_device_setup
await hass.config_entries.async_forward_entry_setups(entry, platforms)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1390, in async_forward_entry_setups
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1411, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/setup.py", line 95, in async_setup_component
return await setup_tasks[domain]
^^^^^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError