PaulAnnekov / tuyaha

Implements the special Tuya Home Assistant API.
Other
141 stars 106 forks source link

Documentation is missing/none existent and how to use? #40

Open nbendall34 opened 3 years ago

nbendall34 commented 3 years ago

Will there be any documentation for the API? and I can't import using "import tuyaha as API"

PaulAnnekov commented 3 years ago

Will there be any documentation for the API?

I don't have time for this. PR is welcome.

and I can't import using "import tuyaha as API"

You can check https://github.com/home-assistant/core/tree/dev/homeassistant/components/tuya for example on how to use this lib.

duffyevan commented 3 years ago

I am wondering something similar; did you have any documentation for the Tuya api that helped you create this project? I see some info on their other (less user friendly) API but I have seen no reference to this API on Tuya's website. I'd love to contribute to this project to fill some niche use cases but I am struggling to get any info on the capabilities of the underlying API other than through github projects that consume it...