This is one issue, i’m trying to sort…
So, I think your saying, I need to create custom_components
folder myself?
So, the parameters for my Tuya thermostat, are held where?
You have the safe source of your Tuya code into home assistant (do not download it from internet), tuya is part of the package in home assistant 0.92.2… Mine is located in the following directory (HA is running in a virtual environment on raspberry pi with Python 3.7.2 installed):
/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/tuya/
I just copied all the files from the previous directory to <config_dir>/custom_components/tuya/
and then, make “homeassistant” as owner of these files (command chown) and modified the climate.py program…
Restart HA and then you should have a message in “home-assistant.log” saying that you are using a custom components for tuya, example of the message:
2019-05-11 16:13:22 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for tuya which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.That’s it !
Then why is my srv
directory empty?
Thanks for helping…