mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-21 00:48:08 +08:00
Compare commits
12 Commits
hamh-1.10.
...
hamh-1.10.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d7520f6d7 | ||
|
|
fc018cbe53 | ||
|
|
f13efa08f5 | ||
|
|
c881e2b85b | ||
|
|
1d5abf0692 | ||
|
|
b8a24eee81 | ||
|
|
e62e34687d | ||
|
|
e2daeeafbb | ||
|
|
ab34be5163 | ||
|
|
9854772cee | ||
|
|
f06d1f5de7 | ||
|
|
fb5eb83195 |
@@ -1,3 +1,73 @@
|
|||||||
|
# [2.0.0-alpha.148](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.147...v2.0.0-alpha.148) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* remove AutoMode feature from ClimateDevice to fix Behaviors have errors ([#82](https://github.com/RiDDiX/home-assistant-matter-hub/issues/82)) ([b943898](https://github.com/RiDDiX/home-assistant-matter-hub/commit/b9438984a0cdd95fdd29cea5596508f84f2bb927))
|
||||||
|
|
||||||
|
# [2.0.0-alpha.147](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.146...v2.0.0-alpha.147) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* set RvcRunMode supportedModes before super.initialize() for HomeKit compatibility ([#49](https://github.com/RiDDiX/home-assistant-matter-hub/issues/49)) ([80260af](https://github.com/RiDDiX/home-assistant-matter-hub/commit/80260afc13b21b7bedfc4f6172ccf1a277e261f5))
|
||||||
|
|
||||||
|
# [2.0.0-alpha.146](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.145...v2.0.0-alpha.146) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* debounce WindowCovering position commands to handle rapid Google Home updates ([#76](https://github.com/RiDDiX/home-assistant-matter-hub/issues/76)) ([e28b763](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e28b763ef3760098bd9c84ab5bf0786526948a9d))
|
||||||
|
|
||||||
|
# [2.0.0-alpha.145](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.144...v2.0.0-alpha.145) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* save filterLifeEntity in entity mapping API and storage ([914e136](https://github.com/RiDDiX/home-assistant-matter-hub/commit/914e136bbca51b8d43902ef3bbae1bc8542fff7d))
|
||||||
|
|
||||||
|
# [2.0.0-alpha.144](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.143...v2.0.0-alpha.144) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add filter life sensor mapping for Air Purifiers in Entity Mapping UI ([c083411](https://github.com/RiDDiX/home-assistant-matter-hub/commit/c083411e34e51b19c9a38da42e25fd27798c8d42))
|
||||||
|
|
||||||
|
# [2.0.0-alpha.143](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.142...v2.0.0-alpha.143) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add HEPA filter life monitoring for Air Purifiers ([47683f1](https://github.com/RiDDiX/home-assistant-matter-hub/commit/47683f1f0df840bed0c8f03af8b50f15473456ad))
|
||||||
|
|
||||||
|
# [2.0.0-alpha.142](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.141...v2.0.0-alpha.142) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* support nested Dreame room format and fallback to segments ([#49](https://github.com/RiDDiX/home-assistant-matter-hub/issues/49)) ([f7ec6b2](https://github.com/RiDDiX/home-assistant-matter-hub/commit/f7ec6b2f8a451788cc1f1c5e6316b3a4855bb61d))
|
||||||
|
|
||||||
|
# [2.0.0-alpha.141](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.140...v2.0.0-alpha.141) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* binary covers (garage doors) now show Open/Close buttons instead of only percentage slider ([#78](https://github.com/RiDDiX/home-assistant-matter-hub/issues/78)) ([67e3c2a](https://github.com/RiDDiX/home-assistant-matter-hub/commit/67e3c2affbd4ca0fe8d36d1bfc8e6250a90e5499))
|
||||||
|
|
||||||
|
# [2.0.0-alpha.140](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.139...v2.0.0-alpha.140) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* thermostat auto mode now correctly displays on Matter controllers ([#71](https://github.com/RiDDiX/home-assistant-matter-hub/issues/71)) ([68c7cb1](https://github.com/RiDDiX/home-assistant-matter-hub/commit/68c7cb16ba7c36d734849d24cb3506afb481dc3b))
|
||||||
|
|
||||||
|
# [2.0.0-alpha.139](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.138...v2.0.0-alpha.139) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add EntityIsolationService to isolate problematic entities at runtime ([1f53a24](https://github.com/RiDDiX/home-assistant-matter-hub/commit/1f53a247c47d022f714e4f8758bc61c8f0bad421))
|
||||||
|
|
||||||
# [2.0.0-alpha.138](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.137...v2.0.0-alpha.138) (2026-02-02)
|
# [2.0.0-alpha.138](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.137...v2.0.0-alpha.138) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: "2.0.0-alpha.138"
|
version: "2.0.0-alpha.148"
|
||||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||||
slug: hamh-alpha
|
slug: hamh-alpha
|
||||||
name: Home-Assistant-Matter-Hub (Alpha)
|
name: Home-Assistant-Matter-Hub (Alpha)
|
||||||
|
|||||||
@@ -1,3 +1,22 @@
|
|||||||
|
## [1.10.9](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.10.8...v1.10.9) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* remove AutoMode feature from ClimateDevice to fix Behaviors have errors ([#82](https://github.com/RiDDiX/home-assistant-matter-hub/issues/82)) ([0a4af9e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/0a4af9e473d0873a30306712762c9a710531d266))
|
||||||
|
|
||||||
|
## [1.10.8](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.10.7...v1.10.8) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* thermostat auto mode now correctly displays on Matter controllers ([#71](https://github.com/RiDDiX/home-assistant-matter-hub/issues/71)) ([d348265](https://github.com/RiDDiX/home-assistant-matter-hub/commit/d348265202541f3a61f4120af5e2b848d0b92615))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add EntityIsolationService to isolate problematic entities at runtime ([8d81fd2](https://github.com/RiDDiX/home-assistant-matter-hub/commit/8d81fd24d8b014274d8288cbcb5e02e5715fbfaf))
|
||||||
|
|
||||||
## [1.10.7](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.10.6...v1.10.7) (2026-02-02)
|
## [1.10.7](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.10.6...v1.10.7) (2026-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: "1.10.7"
|
version: "1.10.9"
|
||||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||||
slug: hamh
|
slug: hamh
|
||||||
name: Home-Assistant-Matter-Hub
|
name: Home-Assistant-Matter-Hub
|
||||||
|
|||||||
Reference in New Issue
Block a user