Having trouble with Tuya failing to connect. Reloading not helping, restarting of Home Assistant, HAOS, the entire VM and the host machine also not resolving the issue. Restored from backup in a new VM, also no dice.
Error log:
Logger: homeassistant.config_entries
Source: config_entries.py:749
First occurred: 07:31:02 (3 occurrences)
Last logged: 09:28:20
Error setting up entry <redacted email address> for tuya
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/tuya/__init__.py", line 138, in async_setup_entry
await hass.async_add_executor_job(manager.update_device_cache)
asyncio.exceptions.CancelledError: Global task timeout
A similar issue seems to be affecting the LocalTuya and Mastodon integrations as well, as all three of these seem to break at the same time.
Does anyone know what might be going on?