- Fixed `get_devices_by_type` function in tuyaapi (Faboor - https://github.com/PaulAnnekov/tuyaha/pull/31)
- Improved debuggability by introducing `__repr__` for devices (Faboor - https://github.com/PaulAnnekov/tuyaha/pull/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 - https://github.com/PaulAnnekov/tuyaha/pull/38)