Place manifest.json, __init__.py and climate.py into custom_components/tuya_climate. Then setup config.
climate:
- platform: tuya_climate
ip: "IP"
id: "ID"
key: "KEY"
scan_interval: 10 # how frequently request updates from thermostat
https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md has information for how to get device id and local key.