mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
Compare commits
12 Commits
hamh-testi
...
hamh-1.10.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3330cd6e40 | ||
|
|
ddca6be91e | ||
|
|
a36ff6a35f | ||
|
|
4f7e6cf7c1 | ||
|
|
bc34001892 | ||
|
|
94bf33c70a | ||
|
|
7153875ed7 | ||
|
|
d778880d70 | ||
|
|
61ee10046f | ||
|
|
95b9bff794 | ||
|
|
5c7f9aafb0 | ||
|
|
2ea792d9a9 |
@@ -1,3 +1,31 @@
|
||||
# [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)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* suppress Invalid intervalMs errors to prevent FATAL crashes ([#74](https://github.com/RiDDiX/home-assistant-matter-hub/issues/74), [#76](https://github.com/RiDDiX/home-assistant-matter-hub/issues/76), [#79](https://github.com/RiDDiX/home-assistant-matter-hub/issues/79), [#80](https://github.com/RiDDiX/home-assistant-matter-hub/issues/80), [#82](https://github.com/RiDDiX/home-assistant-matter-hub/issues/82)) ([e609988](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e6099886a37f2f309173e7958100a8b226f93bd8))
|
||||
|
||||
# [2.0.0-alpha.137](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.136...v2.0.0-alpha.137) (2026-01-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add water_heater to entity mapping dropdown and backend factories ([90fc7e7](https://github.com/RiDDiX/home-assistant-matter-hub/commit/90fc7e70f74f9b4840c8382b58cff1fddd1c94b8))
|
||||
|
||||
# [2.0.0-alpha.136](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.135...v2.0.0-alpha.136) (2026-01-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* set minMeasuredValue to 1 for IlluminanceMeasurement (Matter spec requirement) ([4344b53](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4344b5353a1bf175a137487f08035cf62c96b9ea))
|
||||
|
||||
# [2.0.0-alpha.135](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.134...v2.0.0-alpha.135) (2026-01-31)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add water_valve and pump to Entity Mapping dropdown ([118e602](https://github.com/RiDDiX/home-assistant-matter-hub/commit/118e6025f575a407889adfda122661788cb7c507))
|
||||
|
||||
# [2.0.0-alpha.134](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.133...v2.0.0-alpha.134) (2026-01-31)
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "2.0.0-alpha.134"
|
||||
version: "2.0.0-alpha.138"
|
||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||
slug: hamh-alpha
|
||||
name: Home-Assistant-Matter-Hub (Alpha)
|
||||
|
||||
@@ -1,3 +1,38 @@
|
||||
# [4.1.0-testing.18](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.1.0-testing.17...v4.1.0-testing.18) (2026-01-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add moveToLevel/moveToLevelWithOnOff transitionTime fix to LevelControlBehavior ([22c2193](https://github.com/RiDDiX/home-assistant-matter-hub/commit/22c2193b1113a2233529686d51450a6a0817fcf6))
|
||||
|
||||
# [4.1.0-testing.17](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.1.0-testing.16...v4.1.0-testing.17) (2026-01-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add event handlers to FanBehavior and fix LevelControlBehavior state update ([724e971](https://github.com/RiDDiX/home-assistant-matter-hub/commit/724e971883ab2e27a076fa54270756a95b63dda0))
|
||||
|
||||
# [4.1.0-testing.16](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.1.0-testing.15...v4.1.0-testing.16) (2026-01-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update Vision 1 behaviors to set state immediately on commands (fixes Apple Home 'Not Responding') ([ffe9077](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ffe907749bf914771c82ddfc6280ce7200cd27fb))
|
||||
|
||||
# [4.1.0-testing.15](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.1.0-testing.14...v4.1.0-testing.15) (2026-01-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* prevent synchronous-transaction-conflict in LightEndpoint by setting levelControl before onOff ([0babb7d](https://github.com/RiDDiX/home-assistant-matter-hub/commit/0babb7d1e67f1dd9f5d5aad19bc615f69bd67616))
|
||||
|
||||
# [4.1.0-testing.14](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.1.0-testing.13...v4.1.0-testing.14) (2026-01-31)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add water_valve and pump to Entity Mapping dropdown ([770dc47](https://github.com/RiDDiX/home-assistant-matter-hub/commit/770dc4748a569fbde6f85d1993f20706ecb96290))
|
||||
|
||||
# [4.1.0-testing.13](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.1.0-testing.12...v4.1.0-testing.13) (2026-01-31)
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "4.1.0-testing.13"
|
||||
version: "4.1.0-testing.18"
|
||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||
slug: hamh-testing
|
||||
name: Home-Assistant-Matter-Hub (Testing)
|
||||
|
||||
@@ -1,3 +1,36 @@
|
||||
## [1.10.7](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.10.6...v1.10.7) (2026-02-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* suppress Invalid intervalMs errors to prevent FATAL crashes ([#74](https://github.com/RiDDiX/home-assistant-matter-hub/issues/74), [#76](https://github.com/RiDDiX/home-assistant-matter-hub/issues/76), [#79](https://github.com/RiDDiX/home-assistant-matter-hub/issues/79), [#80](https://github.com/RiDDiX/home-assistant-matter-hub/issues/80), [#82](https://github.com/RiDDiX/home-assistant-matter-hub/issues/82)) ([e171d0e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e171d0e04eabceb1689508f693251986811ebeb8))
|
||||
|
||||
## [1.10.6](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.10.5...v1.10.6) (2026-01-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add water_heater to entity mapping dropdown and backend factories ([ccdda2b](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ccdda2bc465aaa251e48a98d0f8d3ef89143f772))
|
||||
|
||||
## [1.10.5](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.10.4...v1.10.5) (2026-01-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add min/max measured values to sensor behaviors to prevent Invalid intervalMs error ([#74](https://github.com/RiDDiX/home-assistant-matter-hub/issues/74)) ([6953cd7](https://github.com/RiDDiX/home-assistant-matter-hub/commit/6953cd7f7bdd1c1d5eabd1d072781de9f76a921c))
|
||||
* add sensor type factories to enable entity mapping override ([#73](https://github.com/RiDDiX/home-assistant-matter-hub/issues/73)) ([b6c13da](https://github.com/RiDDiX/home-assistant-matter-hub/commit/b6c13da95a00b32aa2a0868e46c0f2181b516357))
|
||||
* include bridge icons in full backup export/import ([d06b10a](https://github.com/RiDDiX/home-assistant-matter-hub/commit/d06b10adcfb0def875be3b35239dfaf5ae604911))
|
||||
* map both setpoints to temperature in auto mode for single-temp thermostats ([#71](https://github.com/RiDDiX/home-assistant-matter-hub/issues/71)) ([42601e1](https://github.com/RiDDiX/home-assistant-matter-hub/commit/42601e13fdde3040f6ec4c8eee4a68d05c3edda6))
|
||||
* set minMeasuredValue to 1 for IlluminanceMeasurement (Matter spec requirement) ([4344b53](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4344b5353a1bf175a137487f08035cf62c96b9ea))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add vacuum room selection support via RvcRunMode ([#49](https://github.com/RiDDiX/home-assistant-matter-hub/issues/49)) ([bea9068](https://github.com/RiDDiX/home-assistant-matter-hub/commit/bea906809a4542ce8aefe367950163ed39cff607))
|
||||
* add water_heater domain support as thermostat device ([#14](https://github.com/RiDDiX/home-assistant-matter-hub/issues/14)) ([4ec0fbc](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4ec0fbc218e546dedd9e43253d92989a28c064af))
|
||||
* add water_valve and pump to Entity Mapping dropdown ([118e602](https://github.com/RiDDiX/home-assistant-matter-hub/commit/118e6025f575a407889adfda122661788cb7c507))
|
||||
* merge alpha fixes and update README for v1.10.5 stable release ([6ea28a3](https://github.com/RiDDiX/home-assistant-matter-hub/commit/6ea28a3a2a49712f03e33a0a801d8f53f75439c4))
|
||||
|
||||
## [1.10.4](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.10.3...v1.10.4) (2026-01-31)
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "1.10.4"
|
||||
version: "1.10.7"
|
||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||
slug: hamh
|
||||
name: Home-Assistant-Matter-Hub
|
||||
|
||||
Reference in New Issue
Block a user