I upgraded to 2026.1.3 this morning and it was uneventful, except for these new errors:
Logger: homeassistant.setup
Source: setup.py:278
First occurred: 11:48:29 AM (2 occurrences)
Last logged: 11:57:10 AM
Setup failed for 'go2rtc': Integration failed to initialize.
Setup failed for 'default_config': Could not setup dependencies: go2rtc
Logger: homeassistant.components.go2rtc
Source: components/go2rtc/__init__.py:175
integration: go2rtc (documentation, issues)
First occurred: 11:48:28 AM (1 occurrence)
Last logged: 11:48:28 AM
Could not start go2rtc server
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 223, in _start
await self._startup_complete.wait()
File "/usr/local/lib/python3.13/asyncio/locks.py", line 213, in wait
await fut
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 222, in _start
async with asyncio.timeout(_SETUP_TIMEOUT):
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/timeouts.py", line 116, in __aexit__
raise TimeoutError from exc_val
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/go2rtc/__init__.py", line 175, in async_setup
await server.start()
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 190, in start
await self._start()
File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 229, in _start
raise Go2RTCServerStartError from err
homeassistant.components.go2rtc.server.Go2RTCServerStartError: Go2rtc server didn't start correctly
…but I don’t use go2rtc, nor do I have that integration installed. I see in the version change log this related entry:
Not sure what gives, here. I can’t find anything in my config referencing go2rtc.