Tuya v2 broken 5.3

This error originated from a custom integration.

Logger: homeassistant.config_entries
Source: custom_components/tuya_v2/init.py:176
Integration: Tuya v2 (documentation)
First occurred: May 15, 2023 at 2:54:02 PM (2 occurrences)
Last logged: 8:06:17 PM

Error setting up entry [email protected] for tuya_v2
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File “/config/custom_components/tuya_v2/init.py”, line 118, in async_setup_entry
success = await _init_tuya_sdk(hass, entry)
File “/config/custom_components/tuya_v2/init.py”, line 176, in _init_tuya_sdk
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
AttributeError: ‘ConfigEntries’ object has no attribute ‘async_setup_platforms’

That custom component hasn’t been maintained for some 2 years. You should have switched to the native Tuya integration a long time ago.

@Tinkerer whats native tuya integration? thanks

this one? Tuya - Home Assistant

Yes, that’s the only one that you find when you search the official list.