Releases: cmroche/greeclimate
Releases · cmroche/greeclimate
0.11.3
Fix bug where sleep mode wouldn't deactivate correctly
0.11.2
Introduce support for temperature sensor with fallback and version checks
0.11.1
IP and Port are not longer considered in DeviceInfo equality
0.11.0
New approach for device discovery, supporting async event listeners and provides the ability to re-user the scan context so that multiple requests may be sent.
0.10.3
- Bump discovery timeout from 2 to 10 seconds
0.10.2
- Clean up some use of "big tarp" exception handling
- Fix missing asyncio exception handlers
- Restore timeout defaults for discovery back to 2 secs (this wasn't the issue I thought it was going to be)
0.10.1
- Fix issue where binding fails on some devices due to malformed request
0.10.0
- Add support for deferred binding of devices
- Add option for device pre-announce on bind
- Change default timeout for discovery response to 10 seconds
0.9.9
- Only look for valid device key in bind response
0.9.8
- Move network exception log back to debug channel