All notable changes to this project will be documented in this file.
- Fixed bug preventing Home Assistant's sensor entity to update current humidity value
- Fixed faulty getter methods due to typos for MideaDehumidificationDevice class
- Implemented send_update_status_command method for MideaClient class
- Added custom_component to support new midea_dehumi platform in Home Assistant
- Added support for cached device status results
- Added support for invalidSession error (3106)
- Changed pycrypto dependency with pycryptodome
- Fixed code to support python3
- First public release