Breaking Change
This release contains a breaking change! Preset properties like eco_mode
, sleep_mode
, turbo_mode
, etc have been renamed to simply eco
, sleep
, turbo
. The original properties will still function but generate a warning on use recommending that you switch to the new names.
What's Changed
- Resolve occasional exceptions in user logs by catching CancelledError by @mill1000 in #167
- Use enum for "breeze" mode by @mill1000 in #169
- Add IECO support by @mill1000 in #162
- Refactor property decode/encode by @mill1000 in #170
- Refactor preset properties to avoid "_mode" prefix which may have been conflated with operational modes by @mill1000 in #171
- Add alternate energy/power response parsing by @mill1000 in #172
Full Changelog: 2024.8.1...2024.9.0