feat: add hamh-alpha addon for testing pre-release versions

This commit is contained in:
RiDDiX
2026-01-26 00:15:33 +01:00
parent 204479578c
commit 77adf1080e
8 changed files with 79 additions and 6 deletions

23
hamh-alpha/CHANGELOG.md Normal file
View File

@@ -0,0 +1,23 @@
# Changelog - Home-Assistant-Matter-Hub (Alpha)
⚠️ **WARNING: This is an alpha version for testing purposes only!**
This addon contains pre-release features that may be unstable or incomplete.
Use at your own risk and please report any issues on GitHub.
---
## [1.4.0-alpha.1] - Initial Alpha Release
### New Features
- **Health Check API** (`/api/health`) with uptime, status, and service info
- **Kubernetes-ready probes** (`/api/health/live`, `/api/health/ready`)
- **WebSocket live updates** (`/api/ws`) for real-time bridge status
- **Entity Mapping Customization**:
- Override Matter device types per entity
- Custom names for entities
- Disable entities from bridge
### Technical Changes
- Node.js 24 (LTS)
- Dropped armv7 support (only amd64 + arm64)