This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
Releases: PaulAnnekov/tuyaha
Releases · PaulAnnekov/tuyaha
0.0.11
0.0.10
0.0.9
- Capture rate limiting on auth.do endpoint and throw appropriate exception (@AlexSzlavik - #60)
- Raised log level for several request error logs from
debug
towarning
0.0.8
0.0.7
- Fixed
get_devices_by_type
function in tuyaapi (@Faboor - #31) - Improved debuggability by introducing
__repr__
for devices (@Faboor - #32) - Decrease amount of connections to Tuya API server and, probably, decrease amount of DNS requests by introducing Session object + update device states right after an API call (@estebanz01 - #38)
0.0.6
- Fix API call for climate devices (@rogerxaic - #16)
- Manage exception in get_access_token (@ollo69 - #30)
- remove unused headers (@Danielhiversen - #18)
0.0.5
0.0.4
0.0.3
0.0.2
- Handle 504 timeout errors