Upgraded, restarted, now the integration is completely broken.
Logger: homeassistant.config_entries
Source: config_entries.py:635
First occurred: 1:34:49 PM (2 occurrences)
Last logged: 1:34:49 PM
Error setting up entry Linksys Velop Mesh for linksys_velop
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 635, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/linksys_velop/__init__.py", line 116, in async_setup_entry
await mesh.async_initialise()
File "/usr/local/lib/python3.12/site-packages/pyvelop/mesh.py", line 799, in async_initialise
await self.async_detect_capabilities()
File "/usr/local/lib/python3.12/site-packages/pyvelop/mesh.py", line 561, in async_detect_capabilities
responses: list[tuple[api.Request, api.Response]] = await asyncio.gather(
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pyvelop/mesh.py", line 279, in _async_make_request
raise err from None
File "/usr/local/lib/python3.12/site-packages/pyvelop/mesh.py", line 277, in _async_make_request
req_resp = await req.execute(timeout=self._timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pyvelop/jnap.py", line 192, in execute
raise MeshTimeoutError from err
pyvelop.exceptions.MeshTimeoutError: Timeout Error
Upgraded, restarted, now the integration is completely broken.