mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-15 05:28:09 +08:00
Compare commits
101 Commits
hamh-testi
...
hamh-2.0.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
619820e27c | ||
|
|
191b53698e | ||
|
|
2454797c9f | ||
|
|
533c28cba4 | ||
|
|
f59199664f | ||
|
|
9c19ce8229 | ||
|
|
d6d9b38328 | ||
|
|
9995befae9 | ||
|
|
6685d79cbf | ||
|
|
f62f065d4f | ||
|
|
a990f68100 | ||
|
|
3e38758372 | ||
|
|
72c8590b1d | ||
|
|
21e79c3f20 | ||
|
|
02e29b0665 | ||
|
|
d4e9bf0273 | ||
|
|
cba8ff78e1 | ||
|
|
471d345547 | ||
|
|
9f03d10c9e | ||
|
|
07c657942e | ||
|
|
b3d3c3498f | ||
|
|
159a27a2a8 | ||
|
|
00069240c7 | ||
|
|
9cca622340 | ||
|
|
a0d6c038d3 | ||
|
|
e83c93e85b | ||
|
|
7f4bc7afda | ||
|
|
9d294e9c66 | ||
|
|
1b920a22be | ||
|
|
f0c0a15f47 | ||
|
|
ab23f6f150 | ||
|
|
9ee2cfd987 | ||
|
|
10c4bfda59 | ||
|
|
5f89930962 | ||
|
|
33d6f5244f | ||
|
|
48f84d11a3 | ||
|
|
f4d8e1a719 | ||
|
|
2b11a25ad3 | ||
|
|
7b3d16ae22 | ||
|
|
8a42e7fc4a | ||
|
|
dd5978279e | ||
|
|
578993959b | ||
|
|
0cff964c63 | ||
|
|
5a77df3825 | ||
|
|
3b7adfcbba | ||
|
|
21f0b10158 | ||
|
|
8b25b866df | ||
|
|
7c7d8df3f4 | ||
|
|
4219f2d7ad | ||
|
|
a8da4ab382 | ||
|
|
244958a460 | ||
|
|
f4bb12a85e | ||
|
|
e2881f3193 | ||
|
|
4667f421c6 | ||
|
|
0736513bbf | ||
|
|
0e6d481918 | ||
|
|
68b408f3c9 | ||
|
|
836b96c762 | ||
|
|
b2b8dd0d9d | ||
|
|
00ffb0b095 | ||
|
|
f0ccec9e34 | ||
|
|
e58382d7b4 | ||
|
|
fee50a977d | ||
|
|
53da7bab41 | ||
|
|
09136e3f46 | ||
|
|
1203ccfc0a | ||
|
|
3078ff5970 | ||
|
|
ea58f25905 | ||
|
|
c777075e53 | ||
|
|
80703289e8 | ||
|
|
c231d2dad9 | ||
|
|
96971e8428 | ||
|
|
cc5eb953df | ||
|
|
2298b14bde | ||
|
|
8d68494ef0 | ||
|
|
a431f3b75d | ||
|
|
baba89cd04 | ||
|
|
6c627e741c | ||
|
|
8915f5f5ca | ||
|
|
b8cba9579c | ||
|
|
a6362211c5 | ||
|
|
f9baf29b1b | ||
|
|
c7ff6237ca | ||
|
|
27461f8400 | ||
|
|
33bb4947c2 | ||
|
|
1d7520f6d7 | ||
|
|
fc018cbe53 | ||
|
|
f13efa08f5 | ||
|
|
c881e2b85b | ||
|
|
1d5abf0692 | ||
|
|
b8a24eee81 | ||
|
|
e62e34687d | ||
|
|
e2daeeafbb | ||
|
|
ab34be5163 | ||
|
|
9854772cee | ||
|
|
f06d1f5de7 | ||
|
|
fb5eb83195 | ||
|
|
3330cd6e40 | ||
|
|
ddca6be91e | ||
|
|
a36ff6a35f | ||
|
|
4f7e6cf7c1 |
@@ -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 (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]
|
||||
> **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
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
version: "2.0.0-alpha.136"
|
||||
version: "2.0.3-alpha.1"
|
||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||
slug: hamh-alpha
|
||||
name: Home-Assistant-Matter-Hub (Alpha)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "4.1.0-testing.18"
|
||||
version: "4.1.0-testing.19"
|
||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||
slug: hamh-testing
|
||||
name: Home-Assistant-Matter-Hub (Testing)
|
||||
|
||||
1066
hamh/CHANGELOG.md
1066
hamh/CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
version: "1.10.5"
|
||||
version: "2.0.3"
|
||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||
slug: hamh
|
||||
name: Home-Assistant-Matter-Hub
|
||||
|
||||
Reference in New Issue
Block a user