Tuya Local Broke with Update (Core 2024.12.5 / Supervisor 2024.12.0 / Operating System 14.1 / Frontend 20241127.8)

Anyone else had Tuya Local break after installing yesterdays update?
All my Tuya wifi sockets are unreachable in HA now…

Blockquote
Logger: homeassistant.config_entries
Source: config_entries.py:640
First occurred: 20 December 2024 at 22:01:31 (1 occurrences)
Last logged: 20 December 2024 at 22:01:31

Error setting up entry localtuya for localtuya
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/localtuya/init.py”, line 256, in async_setup_entry
res = await tuya_api.async_get_access_token()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/localtuya/cloud_api.py”, line 105, in async_get_access_token
resp = await self.async_make_request(“GET”, “/v1.0/token?grant_type=1”)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/localtuya/cloud_api.py”, line 98, in async_make_request
resp = await self._hass.async_add_executor_job(func)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError: Global task timeout