Compare commits

...

10 Commits

Author SHA1 Message Date
github-actions[bot]
fcef3e8d6e release(hamh-alpha): 2.1.0-alpha.805 2026-07-10 10:09:19 +00:00
github-actions[bot]
4d55b334ad release(hamh-alpha): 2.1.0-alpha.804 2026-07-08 13:08:33 +00:00
github-actions[bot]
1a35ca828f release(hamh-alpha): 2.1.0-alpha.803 2026-07-08 09:51:25 +00:00
github-actions[bot]
f482576b81 release(hamh-alpha): 2.1.0-alpha.802 2026-07-08 07:54:00 +00:00
github-actions[bot]
e665c5411b release(hamh-alpha): 2.1.0-alpha.801 2026-07-07 19:49:35 +00:00
github-actions[bot]
60054f465a release(hamh-alpha): 2.1.0-alpha.800 2026-07-07 05:29:04 +00:00
github-actions[bot]
ded7ed82de release(hamh-alpha): 2.1.0-alpha.799 2026-07-05 21:15:33 +00:00
github-actions[bot]
57e326db66 release(hamh-alpha): 2.1.0-alpha.798 2026-07-05 20:47:35 +00:00
RiDDiX
326583faef feat: expose mdns_strip_global_ipv6 in stable addon 2026-07-05 22:22:46 +02:00
github-actions[bot]
a04fb54807 release(hamh-alpha): 2.1.0-alpha.797 2026-07-05 20:03:49 +00:00
4 changed files with 10 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# v2.1.0-alpha.796
# v2.1.0-alpha.805
## Changes
- feat(#356): expose select as on/off switch option (9ac1359b)
- docs(#406): per-cover swap fixes alexa open/close vs set-position (0d235279)
---
⚠️ **This is an alpha release** - use at your own risk!

View File

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

View File

@@ -21,7 +21,9 @@ options:
app_log_level: info
disable_log_colors: false
mdns_network_interface: ""
mdns_strip_global_ipv6: false
schema:
app_log_level: list(silly|debug|info|notice|warn|error|fatal)
disable_log_colors: bool
mdns_network_interface: "str?"
mdns_strip_global_ipv6: bool

View File

@@ -11,4 +11,8 @@ configuration:
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
Limit mDNS to this network interface. Only change it if you know what you are doing. Default: empty
mdns_strip_global_ipv6:
name: Strip global IPv6 from mDNS
description: |
Drop public (global) IPv6 addresses from the Matter mDNS records so controllers use a locally reachable address. Turn this on if devices show No Response or Offline. Default: off