Releases: wuwentao/midea_ac_lan
Releases · wuwentao/midea_ac_lan
v0.5.5
What's Changed
- chore(lib): bump version by @rokam in #240
- chore(pre-commit.ci): pre-commit autoupdate by @pre-commit-ci in #254
- chore(pre-commit.ci): pre-commit autoupdate by @pre-commit-ci in #260
- fix: main feature entity name by @Necroneco in #259
- fix: add missing logger by @chemelli74 in #261
- chore(ci): open issue at lib repo by @rokam in #262
- chore: use correct token to open issue by @rokam in #266
- chore: bump lib 2.6.0 by @rokam in #265
- chore: bump version 0.5.5 by @wuwentao in #269
Full Changelog: v0.5.4...v0.5.5
v0.5.4
v0.5.3
What's Changed
- chore: log only error of update_state by @chemelli74 in #230
- chore(issue_template): better wording by @chemelli74 in #227
- chore: bump midea-local to v1.3.2 and fix Refresh capabilities is timed out by @wuwentao in #233
- chore: update mainfest version to v0.5.3 and fix refresh timeout by @wuwentao in #234
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
What's Changed
- chore: request for last known working version by @chemelli74 in #218
- build: cleanup unused config by @chemelli74 in #216
- chore: update mainfest.json to publish v0.5.1 release by @wuwentao in #222
- chore: bump midealocal v1.3.0 by @wuwentao in #220
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- fix: fan_mode should return str type by @wuwentao in #197
- fix(c3): correct reference by @rokam in #198
- feat(v3): retrieve keys from preset account if not informed by @rokam in #202
- build: enable pylint Error and Fatal rules by @chemelli74 in #203
- feat: add install script by @wuwentao in #204
- chore: update issue description for debug log info by @wuwentao in #208
- fix: save device config by @chemelli74 in #210
- chore(pre-commit.ci): pre-commit autoupdate by @pre-commit-ci in #211
- feat: reset device add config flow by @wuwentao in #206
- chore: bump 1.2.0 by @rokam in #213
- chore: bump manifest by @rokam in #214
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
- build: introduce VScode extensions by @chemelli74 in #116
- fix: compatibility with python 3.11 by @Necroneco in #156
- fix: migrate identifier by @chemelli74 in #158
- fix: storage dir exist will raise error by @wuwentao in #168
- feat: new entity naming by @Necroneco in #174
- fix: blocking call to open inside the event loop by @chemelli74 in #181
- fix: update state as callback by @chemelli74 in #193
- fix: bump midea-local to 1.1.4 by @chemelli74 in #194
Quality
- build: allign mypy cfg and ver to core by @chemelli74 in #106
- chore: align variable with library by @chemelli74 in #107
- chore: enable ruff final settings by @chemelli74 in #37
- and many others...
Build
- build: update devcontainer by @chemelli74 in #96
- chore: improve logging by @chemelli74 in #162
- build: remove superlinter (replaced by ruff) by @chemelli74 in #164
- build: introduce python matrix by @chemelli74 in #94
- fix: VScode debugging part1 by @chemelli74 in #179
- build: cleanup requirements and add missing ones by @chemelli74 in #180
- fix: VScode debugging part2 by @chemelli74 in #183
- fix: VScode debugging part3 by @chemelli74 in #184
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- chore: update readme and add discord info by @wuwentao in #61
- fix: add release version check with manifest.json verion by @wuwentao in #62
- fix: state of water heater C3 and E6 by @Necroneco in #66
- fix: fan is_on error and maximum recursion error log consumed all disk space by @wuwentao in #65
- fix: exclude de.json for pre-commit codespell check by @wuwentao in #64
- German translation added by @erikgieseler in #60
- Add typing for
self._device
by @Necroneco in #67 - chore: add detail comments for init and config_flow by @wuwentao in #70
- improve
climate.py
and change fan modes to constants from HA by @Necroneco in #72 - keep compatibility with HA 2023.1 by @Necroneco in #76
- Changed minimum required HA version to 2023.3 by @Necroneco in #77
- Support
current_humidity
forhumidifier
by @Necroneco in #78 - build: enable dependabot by @chemelli74 in #82
- awaiting
async_forward_entry_setups
by @Necroneco in #81 - feat: bump midea_local to 1.0.5 by @chemelli74 in #83
- chore: ruff autofix by @chemelli74 in #87
- chore: partial fix rufff RUF012 by @chemelli74 in #90
- chore(pylint): code style by @Necroneco in #84
- chore: fix ruff RET505 by @chemelli74 in #88
- chore: fix ruff BLE001 by @chemelli74 in #89
- fix compatibility with python 3.11 by @Necroneco in #93
- bump midea_local to 1.1.0 by @chemelli74 in #95
- chore(mypy): type fixes by @rokam in #97
- doc: update HA version required by @Necroneco in #100
- build: fix mypy (local and CI) by @chemelli74 in #99
- fix: temporary revert typing by @chemelli74 in #105
- fix: access customize dict key error when default is None by @wuwentao in #115
- chore: update release verion by @wuwentao in #101
Full Changelog: v0.4.1...v0.4.2
Version 0.4.1
What's Changed
- chore: enabled pre-commit by @chemelli74 in #28
- chore: enable codespell by @chemelli74 in #29
- chore: first run of ruff by @chemelli74 in #30
- chore: typing init by @chemelli74 in #31
- fix: TypeError: 'int' object is not subscriptable by @Necroneco in #33
- fix: Flow handler not found for entry xxxx for midea_ac_lan by @Necroneco in #34
- chore: introduce
requirements.dev.txt
and add mypy to it by @attilaersek in #38 - fix old versions compatibility by @Necroneco in #35
- build: enable pre-commit by @chemelli74 in #39
- chore: enable prettier by @chemelli74 in #41
- chore: prettier on non-python files by @chemelli74 in #45
- Migrate to
supported_color_modes
andcolor_mode
for lights by @Necroneco in #40 - chore: some more typing by @chemelli74 in #44
- chore: typing binary_sensor by @chemelli74 in #42
- chore: more typing by @chemelli74 in #43
- chore: input error with if condition by @wuwentao in #47
- fix lint error after PR merged to master by @wuwentao in #46
- chore: type humidifier by @chemelli74 in #50
- chore: water_heater typing by @chemelli74 in #51
- build: disable black by @chemelli74 in #54
- chore: typing fan by @chemelli74 in #48
- chore: climate typing by @chemelli74 in #53
- chore: config_flow typing by @chemelli74 in #52
- chore: add missing typing to fan by @chemelli74 in #55
- chore: enable mypy final rules by @chemelli74 in #36
- fix: revert some changes from #53 by @Necroneco in #56
- fix: use
_attr_*
attributes by @Necroneco in #57 - chore(manifest): wrong version by @rokam in #58
New Contributors
- @chemelli74 made their first contribution in #28
- @Necroneco made their first contribution in #33
- @attilaersek made their first contribution in #38
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Changed url to point to @wuwentao repo by @Qianli-Ma in #3
- Add GitHub extensions to devcontainer by @rokam in #5
- Add launch config to VSCode by @rokam in #4
- replace CRLF to LF by @wuwentao in #8
- add release action and update markdown docs with linter rule by @wuwentao in #10
- Flake8 yaml markdown linter fix by @wuwentao in #11
- add github superlinter and auto release job by @wuwentao in #1
- Adjust black configuration at devcontainer by @rokam in #14
- fix: TypeError when modelNumber is None by @Flying-Tom in #16
- Add issue translator to the repo by @rokam in #18
- Suggestion: Zone 2 should perhaps be optional by @erikgieseler in #20
- chore(hacs): revert required homeassistant version by @rokam in #25
- Fix: Midea heat pump outside temperature issue when below zero by @erikgieseler in #22
- Feature/deattach-lib by @rokam in #13
New Contributors
- @Qianli-Ma made their first contribution in #3
- @rokam made their first contribution in #5
- @Flying-Tom made their first contribution in #16
- @erikgieseler made their first contribution in #20
Full Changelog: v0.3.23...v0.4.0