Compare commits

..

12 Commits

Author SHA1 Message Date
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
github-actions[bot]
7f14eb364c release(hamh-alpha): 2.1.0-alpha.796 2026-07-04 13:26:55 +00:00
github-actions[bot]
1c5696eafe release(hamh-alpha): 2.1.0-alpha.795 2026-07-04 06:16:41 +00:00
github-actions[bot]
43a1a8f66c release(hamh-alpha): 2.1.0-alpha.794 2026-07-04 05:55:15 +00:00
github-actions[bot]
48b80df16e release(hamh-alpha): 2.1.0-alpha.793 2026-07-03 09:48:47 +00:00
github-actions[bot]
b54974eaff release(hamh-alpha): 2.1.0-alpha.792 2026-07-02 20:30:35 +00:00
github-actions[bot]
0601d82702 release(hamh-alpha): 2.1.0-alpha.791 2026-07-02 19:49:48 +00:00
github-actions[bot]
4a9c957aba release(hamh-alpha): 2.1.0-alpha.790 2026-07-02 19:31:25 +00:00
github-actions[bot]
f53082482f release(hamh-alpha): 2.1.0-alpha.789 2026-07-02 06:36:00 +00:00
4 changed files with 10 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# v2.1.0-alpha.788
# v2.1.0-alpha.799
## Changes
- feat(#387): log fan power-on restore decision (529f6030)
- feat(#401): warn when alexa pairs a non-5540 bridge (74534233)
---
⚠️ **This is an alpha release** - use at your own risk!

View File

@@ -1,4 +1,4 @@
version: "2.1.0-alpha.788"
version: "2.1.0-alpha.799"
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