Hi everyone! I’m trying to import the tuya core component as a custom component so that it does not update alongside HA since I need a little edit in a file (climate.py).
Thank you! That solved the problem with the config flow, but as soon as I configured the integration, a message saying the integration couldn’t be loaded showed up. I suppose there is another problem like this?
Logger: homeassistant.setup
Source: setup.py:230
First occurred: 3:31:51 PM (1 occurrences)
Last logged: 3:31:51 PM
Setup failed for custom integration tuya_climate_mult_edit: No setup or config entry setup function defined.
You haven’t copied over all files, I see for instance that __init__.py is missing.
That one is causing the error.
But there are more files missing, so expect more errors.
And compare them to the files you have in your custom_component directory.
You have 14 files in your directory, there are 26 files in the HA Core tuya directory.
So copy over all the missing files and restart HA. Then it might work.