You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently started using this custom component and everything seems to work fine until night. It has happened two days, when I wake up the tuya integration says that all devices are unavailable and this error is in the logs:
Fuente: config_entries.py:855
Ocurrió por primera vez: 08:00:00 (1 ocurrencias)
Última vez registrado: 08:00:00
Error unloading entry [email protected] for tuya
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 855, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/xtend_tuya/multi_manager/tuya_sharing/ha_tuya_integration/tuya_decorators.py", line 30, in wrapped
await callback(False, *args, **kwargs)
File "/config/custom_components/xtend_tuya/multi_manager/tuya_sharing/ha_tuya_integration/config_entry_handler.py", line 43, in on_tuya_unload_entry
self.manager.reuse_config = False
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: property 'reuse_config' of 'XTSharingDeviceManager' object has no setter
Specs:
HA version: 2024.12.3
HAOS version: 13.1
xtend tuya: 3.0.7
The text was updated successfully, but these errors were encountered:
I've recently started using this custom component and everything seems to work fine until night. It has happened two days, when I wake up the tuya integration says that all devices are unavailable and this error is in the logs:
Specs:
The text was updated successfully, but these errors were encountered: