mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-15 05:28:09 +08:00
Compare commits
19 Commits
hamh-1.4.2
...
hamh-1.6.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de451e5d0a | ||
|
|
fb70a9bb52 | ||
|
|
338903d8f7 | ||
|
|
898ee7ef5a | ||
|
|
e8a3320bf8 | ||
|
|
af3969433d | ||
|
|
4f35ab061b | ||
|
|
bebe306b55 | ||
|
|
5c27ccb94f | ||
|
|
f0ad53d1a1 | ||
|
|
459e65ce7e | ||
|
|
fce93badd5 | ||
|
|
3ed42f5889 | ||
|
|
afed7de0f3 | ||
|
|
2f688c6616 | ||
|
|
ab8a126a05 | ||
|
|
a3e19a8608 | ||
|
|
831951dc7f | ||
|
|
d210a62614 |
@@ -1,3 +1,62 @@
|
||||
# [2.0.0-alpha.1](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0-alpha.22...v2.0.0-alpha.1) (2026-01-26)
|
||||
|
||||
|
||||
* fix!: AirQuality sensor conformance - enable all feature flags ([d037659](https://github.com/RiDDiX/home-assistant-matter-hub/commit/d03765929a61ef38809c5af8573cfcc1ce4d0987))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* Alpha version bump to 2.0.0 series. This release includes major new features like Health Monitoring Dashboard, Auto-Recovery, and Bridge Wizard.
|
||||
|
||||
# [1.5.0-alpha.22](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0-alpha.21...v1.5.0-alpha.22) (2026-01-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* health monitoring dashboard, auto-recovery, bridge wizard ([3800813](https://github.com/RiDDiX/home-assistant-matter-hub/commit/3800813f6f740d1ee3a9dd032bc350cfcb7c0f90))
|
||||
|
||||
# [1.5.0-alpha.21](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0-alpha.20...v1.5.0-alpha.21) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* cover position comparison, thermostat offline status, valve actions ([4388383](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4388383710f874b1aac9f3f8a7ff3022481c5d81))
|
||||
|
||||
# [1.5.0-alpha.20](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0-alpha.19...v1.5.0-alpha.20) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* improve humidity sensor limits, light type detection, and media player power control ([30c94de](https://github.com/RiDDiX/home-assistant-matter-hub/commit/30c94ded8af39c360062ec5fd5293ebb18f0fba7))
|
||||
|
||||
# [1.5.0-alpha.19](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0-alpha.18...v1.5.0-alpha.19) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* correct unit mismatch in thermostat deadband (0.1°C vs 0.01°C) ([7b88ee3](https://github.com/RiDDiX/home-assistant-matter-hub/commit/7b88ee33d51416c7798c94e515471354511f1fe4))
|
||||
|
||||
# [1.5.0-alpha.18](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0-alpha.17...v1.5.0-alpha.18) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* minSetpointDeadBand int8 overflow (250 -> 25) ([3110267](https://github.com/RiDDiX/home-assistant-matter-hub/commit/311026762dfed23ff0df5752ed5b1ede1c26707e))
|
||||
|
||||
# [1.5.0-alpha.17](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0-alpha.16...v1.5.0-alpha.17) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* thermostat deadband constraint violation causing boot loop with climate entities ([a680be8](https://github.com/RiDDiX/home-assistant-matter-hub/commit/a680be8f59c7a2d16475ea93247db9fea9b099c0))
|
||||
|
||||
# [1.5.0-alpha.16](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0-alpha.15...v1.5.0-alpha.16) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add .nojekyll file and copy to docs build output for GitHub Pages ([cf96b0c](https://github.com/RiDDiX/home-assistant-matter-hub/commit/cf96b0cabee98f9f891fd8b2c0ea63f45e455c8a))
|
||||
|
||||
# [1.5.0-alpha.15](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0-alpha.14...v1.5.0-alpha.15) (2026-01-26)
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "1.5.0-alpha.15"
|
||||
version: "2.0.0-alpha.1"
|
||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||
slug: hamh-alpha
|
||||
name: Home-Assistant-Matter-Hub (Alpha)
|
||||
|
||||
@@ -1,3 +1,59 @@
|
||||
# [1.6.0](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.5.0...v1.6.0) (2026-01-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add AirQuality sensor, improve Fan speed control, add Media Player playback ([76f9660](https://github.com/RiDDiX/home-assistant-matter-hub/commit/76f966036d0bf49fc558015d9f5116cdd02a4131))
|
||||
|
||||
# [1.5.0](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.4.8...v1.5.0) (2026-01-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* health monitoring dashboard, auto-recovery, bridge wizard ([ac9c595](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ac9c595e6a13a5258bf3e8129e40272050ccec23))
|
||||
|
||||
## [1.4.8](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.4.7...v1.4.8) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* cover position comparison, thermostat offline status ([4f4b80b](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4f4b80b1079db5b1369f112ff8d4613ce0d985b9))
|
||||
|
||||
## [1.4.7](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.4.6...v1.4.7) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* improve humidity sensor limits, light type detection, and media player power control ([ee0c803](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ee0c803b435dc155dffba879459cd6c7131363e4))
|
||||
|
||||
## [1.4.6](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.4.5...v1.4.6) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* correct unit mismatch in thermostat deadband (0.1°C vs 0.01°C) ([745e913](https://github.com/RiDDiX/home-assistant-matter-hub/commit/745e913614191f255a5ecefd97f9114a2fd225fb))
|
||||
|
||||
## [1.4.5](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.4.4...v1.4.5) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* minSetpointDeadBand int8 overflow (250 -> 25) ([e929dd7](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e929dd7da8535ca2321e618efc311617f7044957))
|
||||
|
||||
## [1.4.4](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.4.3...v1.4.4) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* thermostat deadband constraint violation causing boot loop with climate entities ([81774f6](https://github.com/RiDDiX/home-assistant-matter-hub/commit/81774f6967617ffe3f9a15bfa393c073fcfd84e6))
|
||||
|
||||
## [1.4.3](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.4.2...v1.4.3) (2026-01-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add .nojekyll file and copy to docs build output for GitHub Pages ([18c308e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/18c308e5bde7ba4c900e0139a7540f02ca8692ae))
|
||||
|
||||
## [1.4.2](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.4.1...v1.4.2) (2026-01-26)
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "1.4.2"
|
||||
version: "1.6.0"
|
||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||
slug: hamh
|
||||
name: Home-Assistant-Matter-Hub
|
||||
|
||||
Reference in New Issue
Block a user