Compare commits

..

5 Commits

Author SHA1 Message Date
github-actions[bot]
d15fde96bf release(hamh-testing): 4.1.0-testing.5 2026-01-31 16:33:18 +00:00
github-actions[bot]
e77665f396 release(hamh-alpha): 2.0.0-alpha.131 2026-01-31 16:33:05 +00:00
github-actions[bot]
dba91bebae release(hamh-testing): 4.1.0-testing.4 2026-01-31 16:22:13 +00:00
github-actions[bot]
e280fcf2d8 release(hamh-alpha): 2.0.0-alpha.130 2026-01-31 16:20:43 +00:00
github-actions[bot]
a5261bcad6 release(hamh-alpha): 2.0.0-alpha.129 2026-01-31 16:08:54 +00:00
4 changed files with 31 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
# [2.0.0-alpha.131](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.130...v2.0.0-alpha.131) (2026-01-31)
### Bug Fixes
* 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))
# [2.0.0-alpha.130](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.129...v2.0.0-alpha.130) (2026-01-31)
### Features
* 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))
# [2.0.0-alpha.129](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.128...v2.0.0-alpha.129) (2026-01-31)
@@ -88,6 +102,7 @@
* add Tuya, LG ThinQ, and Aqara vendor IDs to health dashboard ([4893056](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4893056fe94a6d3b799364477d81d4d004dade1c))
* Add TVOC sensor with numeric ppb value (related to [#42](https://github.com/RiDDiX/home-assistant-matter-hub/issues/42)) ([31dad1e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/31dad1e66878b70371c4c2c62ce840cdfac8ba61))
* add Update device class mapping to binary sensor ([2cc0b4f](https://github.com/RiDDiX/home-assistant-matter-hub/commit/2cc0b4f0337de737a5f8c17b1865deb031235f79))
* 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))
* auto-refresh Entity Mappings list after saving from EndpointList ([4721ddd](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4721ddd50602881e79fec8ccf89e3bbae7c78c25))
* capture application logs in buffer for Log Viewer API ([3d94994](https://github.com/RiDDiX/home-assistant-matter-hub/commit/3d9499450a3b4c9ccb84512a445347e1dbbef08f))
* comprehensive UI enhancements - logs, system info, device overview, and devices page ([5e621aa](https://github.com/RiDDiX/home-assistant-matter-hub/commit/5e621aa5d0cf88b0785a4780f6f3d21cd329c522))

View File

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

View File

@@ -1,3 +1,17 @@
# [4.1.0-testing.5](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.1.0-testing.4...v4.1.0-testing.5) (2026-01-31)
### Bug Fixes
* add sensor type factories to enable entity mapping override ([#73](https://github.com/RiDDiX/home-assistant-matter-hub/issues/73)) ([ea20436](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ea20436d2a43af0de5590b93a90f58602d1f9439))
# [4.1.0-testing.4](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.1.0-testing.3...v4.1.0-testing.4) (2026-01-31)
### Features
* add water_heater domain support as thermostat device ([#14](https://github.com/RiDDiX/home-assistant-matter-hub/issues/14)) ([b0c961f](https://github.com/RiDDiX/home-assistant-matter-hub/commit/b0c961ff56b90652bd90beb7c83f2ccab8cc9821))
# [4.1.0-testing.3](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.1.0-testing.2...v4.1.0-testing.3) (2026-01-31)

View File

@@ -1,4 +1,4 @@
version: "4.1.0-testing.3"
version: "4.1.0-testing.5"
image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh-testing
name: Home-Assistant-Matter-Hub (Testing)