mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
feat: add hamh-alpha addon for testing pre-release versions
This commit is contained in:
23
hamh-alpha/CHANGELOG.md
Normal file
23
hamh-alpha/CHANGELOG.md
Normal 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)
|
||||
27
hamh-alpha/config.yaml
Normal file
27
hamh-alpha/config.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
version: "1.4.0-alpha.1"
|
||||
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
||||
slug: hamh-alpha
|
||||
name: Home-Assistant-Matter-Hub (Alpha)
|
||||
description: "⚠️ ALPHA VERSION - For testing only! Publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home."
|
||||
url: https://github.com/riddix/home-assistant-matter-hub
|
||||
panel_icon: mdi:hub
|
||||
panel_title: Matter Hub Alpha
|
||||
homeassistant: 2024.1.0
|
||||
homeassistant_api: true
|
||||
host_network: true
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
ingress: true
|
||||
ingress_port: 0
|
||||
map:
|
||||
- addon_config:rw
|
||||
options:
|
||||
app_log_level: info
|
||||
disable_log_colors: false
|
||||
mdns_network_interface: ""
|
||||
schema:
|
||||
app_log_level: list(silly|debug|info|notice|warn|error|fatal)
|
||||
disable_log_colors: bool
|
||||
mdns_network_interface: "str?"
|
||||
BIN
hamh-alpha/icon.png
Normal file
BIN
hamh-alpha/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
BIN
hamh-alpha/logo.png
Normal file
BIN
hamh-alpha/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
14
hamh-alpha/translations/en.yaml
Normal file
14
hamh-alpha/translations/en.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
configuration:
|
||||
app_log_level:
|
||||
name: Log Level
|
||||
description: |
|
||||
The log level used for this addon. One of: silly, debug, info, warn, error
|
||||
disable_log_colors:
|
||||
name: Disable log colors
|
||||
description: |
|
||||
Print the log as plain text without any colors.
|
||||
mdns_network_interface:
|
||||
name: mDNS Network Interface
|
||||
description: |
|
||||
Limit mDNS to this network interface. Only change it if you know what you are doing. Default: empty
|
||||
Reference in New Issue
Block a user