release(hamh-alpha): 2.1.0-alpha.495

This commit is contained in:
github-actions[bot]
2026-03-12 12:02:39 +00:00
parent 6971977357
commit 85dfa78954
2 changed files with 8 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
# v2.1.0-alpha.494 # v2.1.0-alpha.495
## Changes ## Changes
- fix: sort imports in docusaurus.config.ts (675dd8c1) - docs: add hamhPluginApiVersion to plugin docs and example, document local install limitation (e8f72a3f)
- feat: migrate documentation from MyST to Docusaurus (3e2470bd) - test: add onAttributeWrite callback preservation test (5b0e74b2)
- docs: update plugin system docs with new device types and clusters (ae5e2abe) - fix: use bridge vendorId for plugin endpoints instead of test vendor (b105a8a8)
- feat: add tgz upload and local path install to plugins UI (44f3e5ef) - fix: validate plugin endpoint types against Matter spec (10bc4a5b)
- fix: harden plugin system (storage debounce, validation, API version check) (03789acc) - fix: fix docusaurus build - convert MyST admonitions and internal links (67033bd2)
- feat: expand plugin device types and fix endpoint typing (5764b5eb) - chore: add docusaurus build artifacts to gitignore (8c325f60)
--- ---
⚠️ **This is an alpha release** - use at your own risk! ⚠️ **This is an alpha release** - use at your own risk!

View File

@@ -1,4 +1,4 @@
version: "2.1.0-alpha.494" version: "2.1.0-alpha.495"
image: ghcr.io/riddix/home-assistant-matter-hub-addon image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh-alpha slug: hamh-alpha
name: Home-Assistant-Matter-Hub (Alpha) name: Home-Assistant-Matter-Hub (Alpha)