Skip to content

Commit 2b6f5c0

Browse files
authored
chore(main): release 6.2.0 (#355)
🤖 I have created a release *beep* *boop* --- ## [6.2.0](v6.1.0...v6.2.0) (2025-03-25) ### Features * **ad:** add ad device support ([#362](#362)) ([77e1baa](77e1baa)) * **b3:** support new X00 body for B3 device ([#350](#350)) ([702aaf0](702aaf0)) * **cf:** add defrost and freeze for CF device ([#351](#351)) ([0762e79](0762e79)) * **e6:** add cold water and climate compensation features ([#353](#353)) ([88b78d0](88b78d0)) ### Bug Fixes * **cd:** fix cd device mode key and value error ([#357](#357)) ([beaf7e0](beaf7e0)) * **cloud:** switch default cloud from SmartHome to Nethome Plus ([#360](#360)) ([ae34281](ae34281)) * **e2:** input target_temperature should be float ([#358](#358)) ([316afce](316afce)) * **e3:** input target_temperature should be float ([#359](#359)) ([377ded9](377ded9)) * **e6:** input temperature should be float ([#363](#363)) ([3763412](3763412)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 3763412 commit 2b6f5c0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [6.2.0](https://github.com/midea-lan/midea-local/compare/v6.1.0...v6.2.0) (2025-03-25)
4+
5+
6+
### Features
7+
8+
* **ad:** add ad device support ([#362](https://github.com/midea-lan/midea-local/issues/362)) ([77e1baa](https://github.com/midea-lan/midea-local/commit/77e1baaf865a6002d6cbea1a6a02c9d345eba866))
9+
* **b3:** support new X00 body for B3 device ([#350](https://github.com/midea-lan/midea-local/issues/350)) ([702aaf0](https://github.com/midea-lan/midea-local/commit/702aaf0dc36d4c3b07bc2607a42a24efee2f13b3))
10+
* **cf:** add defrost and freeze for CF device ([#351](https://github.com/midea-lan/midea-local/issues/351)) ([0762e79](https://github.com/midea-lan/midea-local/commit/0762e7948068e0d5dab236c84f444fbc6ef5f1d0))
11+
* **e6:** add cold water and climate compensation features ([#353](https://github.com/midea-lan/midea-local/issues/353)) ([88b78d0](https://github.com/midea-lan/midea-local/commit/88b78d04d9984bd20dd50c8a3bcced18168f30be))
12+
13+
14+
### Bug Fixes
15+
16+
* **cd:** fix cd device mode key and value error ([#357](https://github.com/midea-lan/midea-local/issues/357)) ([beaf7e0](https://github.com/midea-lan/midea-local/commit/beaf7e0f3492c1348bf21cfffa86f54095824e9b))
17+
* **cloud:** switch default cloud from SmartHome to Nethome Plus ([#360](https://github.com/midea-lan/midea-local/issues/360)) ([ae34281](https://github.com/midea-lan/midea-local/commit/ae342818231b2f6eda92ee35ceb604766575387b))
18+
* **e2:** input target_temperature should be float ([#358](https://github.com/midea-lan/midea-local/issues/358)) ([316afce](https://github.com/midea-lan/midea-local/commit/316afce6a81c202112c6a530057e2e86b9b59904))
19+
* **e3:** input target_temperature should be float ([#359](https://github.com/midea-lan/midea-local/issues/359)) ([377ded9](https://github.com/midea-lan/midea-local/commit/377ded9e90e7debbc0f0cc669b6820c6073df8b6))
20+
* **e6:** input temperature should be float ([#363](https://github.com/midea-lan/midea-local/issues/363)) ([3763412](https://github.com/midea-lan/midea-local/commit/3763412f2fe30d7d5d7d531a8b2965bf9b7a4c62))
21+
322
## [6.1.0](https://github.com/midea-lan/midea-local/compare/v6.0.3...v6.1.0) (2025-01-15)
423

524

midealocal/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Midea Local Version."""
22

3-
__version__ = "6.1.0"
3+
__version__ = "6.2.0"

0 commit comments

Comments
 (0)