From 3e3875837276d8e5d6db68634b996ef203b37c7e Mon Sep 17 00:00:00 2001 From: RiDDiX Date: Wed, 4 Feb 2026 10:54:07 +0100 Subject: [PATCH] docs: add Testing addon to README with highly experimental warning --- README.md | 9 +++++++-- hamh-testing/config.yaml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 511fb00..dbb0641 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,13 @@ This repository provides the following addons for Home-Assistant: | Addon | Description | Stability | |-------|-------------|-----------| -| **Home-Assistant-Matter-Hub** | Stable release | ✅ Production | -| **Home-Assistant-Matter-Hub (Alpha)** | Pre-release with new features | ⚠️ Testing only | +| **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 (Testing)** | Experimental features (v4.1.0-testing) | 🔴 **Highly Experimental** | + +> [!CAUTION] +> **Testing Version**: This version is highly unstable and intended for developers only! +> Features may be incomplete, broken, or removed without notice. Use at your own risk. ## Installation diff --git a/hamh-testing/config.yaml b/hamh-testing/config.yaml index 3ef29b3..17b7bed 100644 --- a/hamh-testing/config.yaml +++ b/hamh-testing/config.yaml @@ -1,4 +1,4 @@ -version: "4.1.0-testing.18" +version: "4.1.0-testing.1" image: ghcr.io/riddix/home-assistant-matter-hub-addon slug: hamh-testing name: Home-Assistant-Matter-Hub (Testing)