Compare commits

...

7 Commits

Author SHA1 Message Date
github-actions[bot]
533c28cba4 release(hamh): 2.0.2 2026-02-04 13:51:53 +00:00
github-actions[bot]
f59199664f release(hamh-alpha): 2.0.1-alpha.5 2026-02-04 13:07:10 +00:00
github-actions[bot]
9c19ce8229 release(hamh-alpha): 2.0.1-alpha.4 2026-02-04 12:37:01 +00:00
github-actions[bot]
d6d9b38328 release(hamh-alpha): 2.0.1-alpha.3 2026-02-04 12:12:35 +00:00
github-actions[bot]
9995befae9 release(hamh-testing): 4.1.0-testing.19 2026-02-04 10:49:51 +00:00
github-actions[bot]
6685d79cbf release(hamh-alpha): 2.0.1-alpha.2 2026-02-04 10:22:38 +00:00
RiDDiX
f62f065d4f docs: update version numbers to v2.0.x 2026-02-04 11:04:41 +01:00
7 changed files with 63 additions and 5 deletions

View File

@@ -12,8 +12,8 @@ This repository provides the following addons for Home-Assistant:
| Addon | Description | Stability |
|-------|-------------|-----------|
| **Home-Assistant-Matter-Hub** | Stable release (v1.10.11) | ✅ Production |
| **Home-Assistant-Matter-Hub (Alpha)** | Pre-release with new features (v2.0.1-alpha) | ⚠️ Testing only |
| **Home-Assistant-Matter-Hub** | Stable release (v2.0.x) | ✅ Production |
| **Home-Assistant-Matter-Hub (Alpha)** | Pre-release with new features (v2.0.x-alpha) | ⚠️ Testing only |
| **Home-Assistant-Matter-Hub (Testing)** | Experimental features (v4.1.0-testing) | 🔴 **Highly Experimental** |
> [!CAUTION]

View File

@@ -1,3 +1,31 @@
## [2.0.1-alpha.5](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.1-alpha.4...v2.0.1-alpha.5) (2026-02-04)
### Features
* add combined Temperature+Humidity sensor support with humidityEntity and batteryEntity mapping ([2a8e651](https://github.com/RiDDiX/home-assistant-matter-hub/commit/2a8e6514954b9ee613c05cd91d50ee872a50c757))
## [2.0.1-alpha.4](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.1-alpha.3...v2.0.1-alpha.4) (2026-02-04)
### Features
* add PowerSource cluster to Switch, BinarySensor, Light, Fan, Climate devices with battery ([8b5e977](https://github.com/RiDDiX/home-assistant-matter-hub/commit/8b5e9771c4700872937a80ae7ac2e889305c23b0))
## [2.0.1-alpha.3](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.1-alpha.2...v2.0.1-alpha.3) (2026-02-04)
### Features
* add PowerSource cluster to Lock and Cover devices with battery ([20dc78e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/20dc78ed5d8d071eddbabf663e6d14709b4a3a9a))
## [2.0.1-alpha.2](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.1-alpha.1...v2.0.1-alpha.2) (2026-02-04)
### Features
* add battery sensor support for sensor entities with device_class battery ([#60](https://github.com/RiDDiX/home-assistant-matter-hub/issues/60)) ([ddfe6c1](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ddfe6c18b640be9e55327c7032718d11e425cbf7))
## [2.0.1-alpha.1](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0...v2.0.1-alpha.1) (2026-02-04)

View File

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

View File

@@ -1,3 +1,15 @@
# [4.1.0-testing.19](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v4.1.0-testing.18...v4.1.0-testing.19) (2026-02-04)
### Bug Fixes
* revert to LegacyEndpoint architecture for stability ([5d60c7e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/5d60c7ed34cefda371ac8e7184a1d82878d963ab))
### Features
* enable Vision 1 architecture, add battery sensor support, add EntityIsolationService ([b2d8e23](https://github.com/RiDDiX/home-assistant-matter-hub/commit/b2d8e2331b35ce5260c0f6083d2af4f464b7d47b))
# [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)

View File

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

View File

@@ -1,3 +1,21 @@
## [2.0.2](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.1...v2.0.2) (2026-02-04)
* feat!: start v2.1.0-alpha development cycle ([d47b804](https://github.com/RiDDiX/home-assistant-matter-hub/commit/d47b8049379b08cc4b8d5662d96beedce2209b1b))
### Features
* add battery sensor support for sensor entities with device_class battery ([#60](https://github.com/RiDDiX/home-assistant-matter-hub/issues/60)) ([ddfe6c1](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ddfe6c18b640be9e55327c7032718d11e425cbf7))
* add combined Temperature+Humidity sensor support with humidityEntity and batteryEntity mapping ([2a8e651](https://github.com/RiDDiX/home-assistant-matter-hub/commit/2a8e6514954b9ee613c05cd91d50ee872a50c757))
* add PowerSource cluster to Lock and Cover devices with battery ([20dc78e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/20dc78ed5d8d071eddbabf663e6d14709b4a3a9a))
* add PowerSource cluster to Switch, BinarySensor, Light, Fan, Climate devices with battery ([8b5e977](https://github.com/RiDDiX/home-assistant-matter-hub/commit/8b5e9771c4700872937a80ae7ac2e889305c23b0))
### BREAKING CHANGES
* Reset alpha versioning to v2.1.0-alpha series after cleanup of old releases.
## [2.0.1](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0...v2.0.1) (2026-02-04)

View File

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