Compare commits

..

9 Commits

Author SHA1 Message Date
github-actions[bot]
11e92d2c5b release(hamh): 1.7.48 2026-01-29 20:05:49 +00:00
github-actions[bot]
7b7407577b release(hamh-alpha): 2.0.0-alpha.87 2026-01-29 20:04:38 +00:00
github-actions[bot]
e1faa3fd27 release(hamh-testing): 4.0.0-testing.9 2026-01-29 20:04:15 +00:00
github-actions[bot]
e17461093c release(hamh-testing): 4.0.0-testing.8 2026-01-29 20:01:11 +00:00
github-actions[bot]
7bbf6d5628 release(hamh): 1.7.47 2026-01-29 20:00:20 +00:00
github-actions[bot]
f1f8c46e3c release(hamh-alpha): 2.0.0-alpha.86 2026-01-29 20:00:08 +00:00
github-actions[bot]
81d8ced317 release(hamh-alpha): 2.0.0-alpha.85 2026-01-29 19:57:36 +00:00
github-actions[bot]
add7722269 release(hamh-testing): 4.0.0-testing.7 2026-01-29 19:46:15 +00:00
github-actions[bot]
b506c3b424 release(hamh-testing): 4.0.0-testing.6 2026-01-29 16:24:06 +00:00
6 changed files with 67 additions and 3 deletions

View File

@@ -1,3 +1,24 @@
# [2.0.0-alpha.87](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.86...v2.0.0-alpha.87) (2026-01-29)
### Features
* add Tuya, LG ThinQ, and Aqara vendor IDs to health dashboard ([6a11695](https://github.com/RiDDiX/home-assistant-matter-hub/commit/6a1169590f03b08537a4c86b49563f51192a9cad))
# [2.0.0-alpha.86](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.85...v2.0.0-alpha.86) (2026-01-29)
### Bug Fixes
* correct vendor ID mapping - 4996 is iCloud Keychain, not Google (fixes [#47](https://github.com/RiDDiX/home-assistant-matter-hub/issues/47)) ([55cfd51](https://github.com/RiDDiX/home-assistant-matter-hub/commit/55cfd51774c26c509ec5cd2671fcbae007bc7d24))
# [2.0.0-alpha.85](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.84...v2.0.0-alpha.85) (2026-01-29)
### Features
* Add All Devices overview with entity mapping support ([18b6f62](https://github.com/RiDDiX/home-assistant-matter-hub/commit/18b6f62f8d04113c1e9a515f8822461a400419c4))
# [2.0.0-alpha.84](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.83...v2.0.0-alpha.84) (2026-01-29)

View File

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

View File

@@ -1,3 +1,32 @@
# [4.0.0-testing.9](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.0.0-testing.8...v4.0.0-testing.9) (2026-01-29)
### Features
* add Tuya, LG ThinQ, and Aqara vendor IDs to health dashboard ([f162cea](https://github.com/RiDDiX/home-assistant-matter-hub/commit/f162ceadc77858778a82988b712706a62e9d6fb0))
# [4.0.0-testing.8](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.0.0-testing.7...v4.0.0-testing.8) (2026-01-29)
### Bug Fixes
* correct vendor ID mapping - 4996 is iCloud Keychain, not Google (fixes [#47](https://github.com/RiDDiX/home-assistant-matter-hub/issues/47)) ([a313586](https://github.com/RiDDiX/home-assistant-matter-hub/commit/a3135867979a713dbbd1f50603f07beabf4a7b9f))
# [4.0.0-testing.7](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.0.0-testing.6...v4.0.0-testing.7) (2026-01-29)
### Features
* Add entity mapping button to devices overview ([4ea6bc1](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4ea6bc183371d1863801fec2fcf9019bbd0e97c4))
# [4.0.0-testing.6](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.0.0-testing.5...v4.0.0-testing.6) (2026-01-29)
### Features
* Add Air Purifier as selectable Matter device type (fixes [#43](https://github.com/RiDDiX/home-assistant-matter-hub/issues/43)) ([22e1bed](https://github.com/RiDDiX/home-assistant-matter-hub/commit/22e1bed8452109bde87aaada1ae80f5495f90f7c))
* Add TVOC sensor with numeric ppb value (related to [#42](https://github.com/RiDDiX/home-assistant-matter-hub/issues/42)) ([66da471](https://github.com/RiDDiX/home-assistant-matter-hub/commit/66da4712704b6f71ab1622e1e0d26f3e7fe74ee1))
# [4.0.0-testing.5](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.0.0-testing.4...v4.0.0-testing.5) (2026-01-29)

View File

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

View File

@@ -1,3 +1,17 @@
## [1.7.48](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.7.47...v1.7.48) (2026-01-29)
### Features
* add Tuya, LG ThinQ, and Aqara vendor IDs to health dashboard ([4893056](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4893056fe94a6d3b799364477d81d4d004dade1c))
## [1.7.47](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.7.46...v1.7.47) (2026-01-29)
### Bug Fixes
* correct vendor ID mapping - 4996 is iCloud Keychain, not Google (fixes [#47](https://github.com/RiDDiX/home-assistant-matter-hub/issues/47)) ([453c763](https://github.com/RiDDiX/home-assistant-matter-hub/commit/453c763bb7138214010b5df0df9ce332a66b2a90))
## [1.7.46](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.7.45...v1.7.46) (2026-01-29)

View File

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