Compare commits

..

3 Commits

Author SHA1 Message Date
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
5 changed files with 23 additions and 4 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,10 @@
## [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.2"
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)