Compare commits

..

5 Commits

Author SHA1 Message Date
github-actions[bot]
5c27ccb94f release(hamh): 1.4.7 2026-01-26 12:08:56 +00:00
RiDDiX
f0ad53d1a1 docs: add changelog entries for humidity sensor, light detection, and media player fixes 2026-01-26 13:06:32 +01:00
RiDDiX
459e65ce7e docs: add thanks to @hugo1721 for reporting thermostat boot loop (#2) 2026-01-26 12:47:59 +01:00
github-actions[bot]
fce93badd5 release(hamh): 1.4.6 2026-01-26 10:51:40 +00:00
github-actions[bot]
3ed42f5889 release(hamh-alpha): 1.5.0-alpha.19 2026-01-26 10:51:27 +00:00
4 changed files with 36 additions and 2 deletions

View File

@@ -1,3 +1,23 @@
# [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
* **humidity-sensor:** add minMeasuredValue/maxMeasuredValue limits (0-100%) ([30c94de](https://github.com/RiDDiX/home-assistant-matter-hub/commit/30c94de))
* **light:** fix color temperature lights being exposed as ExtendedColorLight - now uses only supported_color_modes ([30c94de](https://github.com/RiDDiX/home-assistant-matter-hub/commit/30c94de))
* **media-player:** add power on/off control (turn_on/turn_off) when supported, fallback to mute control ([30c94de](https://github.com/RiDDiX/home-assistant-matter-hub/commit/30c94de))
# [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))
### Thanks
* 🙏 **[@hugo1721](https://github.com/hugo1721)** for reporting the thermostat boot loop issue ([#2](https://github.com/RiDDiX/home-assistant-matter-hub/issues/2))
# [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)

View File

@@ -1,4 +1,4 @@
version: "1.5.0-alpha.18"
version: "1.5.0-alpha.19"
image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh-alpha
name: Home-Assistant-Matter-Hub (Alpha)

View File

@@ -1,3 +1,17 @@
## [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)

View File

@@ -1,4 +1,4 @@
version: "1.4.5"
version: "1.4.7"
image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh
name: Home-Assistant-Matter-Hub