Compare commits

..

28 Commits

Author SHA1 Message Date
github-actions[bot]
992a1d8b91 release(hamh-alpha): 2.1.0-alpha.743 2026-06-14 18:31:05 +00:00
github-actions[bot]
90cef3de5c release(hamh-alpha): 2.1.0-alpha.742 2026-06-14 18:09:09 +00:00
github-actions[bot]
b3d3ae052b release(hamh-alpha): 2.1.0-alpha.741 2026-06-13 22:47:50 +00:00
github-actions[bot]
cb3b18b357 release(hamh-alpha): 2.1.0-alpha.740 2026-06-13 21:16:49 +00:00
github-actions[bot]
6025d5f4f2 release(hamh-alpha): 2.1.0-alpha.739 2026-06-13 20:29:02 +00:00
github-actions[bot]
e8534ff9a6 release(hamh-alpha): 2.1.0-alpha.738 2026-06-12 22:25:01 +00:00
github-actions[bot]
dc48fb7465 release(hamh-alpha): 2.1.0-alpha.737 2026-06-12 19:31:22 +00:00
github-actions[bot]
ae1873db68 release(hamh-alpha): 2.1.0-alpha.736 2026-06-12 11:22:32 +00:00
github-actions[bot]
d2364859d2 release(hamh-alpha): 2.1.0-alpha.735 2026-06-12 09:04:24 +00:00
github-actions[bot]
689903dcb5 release(hamh-alpha): 2.1.0-alpha.734 2026-06-12 07:51:41 +00:00
github-actions[bot]
8e16c230c3 release(hamh-alpha): 2.1.0-alpha.733 2026-06-12 07:30:31 +00:00
github-actions[bot]
577de8693f release(hamh-alpha): 2.1.0-alpha.732 2026-06-12 06:06:54 +00:00
github-actions[bot]
485bd14796 release(hamh-alpha): 2.1.0-alpha.731 2026-06-11 19:42:46 +00:00
github-actions[bot]
430d6ea023 release(hamh-alpha): 2.1.0-alpha.730 2026-06-11 12:46:04 +00:00
github-actions[bot]
48a88f92c0 release(hamh-alpha): 2.1.0-alpha.729 2026-06-10 10:24:01 +00:00
github-actions[bot]
b7c54f51bb release(hamh-alpha): 2.1.0-alpha.728 2026-06-10 09:08:24 +00:00
github-actions[bot]
feec8966cd release(hamh-alpha): 2.1.0-alpha.727 2026-06-09 11:29:23 +00:00
github-actions[bot]
9fbd81677d release(hamh-alpha): 2.1.0-alpha.726 2026-06-08 13:11:16 +00:00
github-actions[bot]
1ab0a3d896 release(hamh-alpha): 2.1.0-alpha.725 2026-06-07 09:12:51 +00:00
github-actions[bot]
b1a59ee13b release(hamh-alpha): 2.1.0-alpha.724 2026-06-06 21:45:31 +00:00
github-actions[bot]
be1fd70e59 release(hamh-alpha): 2.1.0-alpha.723 2026-06-06 21:21:53 +00:00
github-actions[bot]
02108f2191 release(hamh-alpha): 2.1.0-alpha.722 2026-06-06 19:24:40 +00:00
github-actions[bot]
ccba5e9050 release(hamh-alpha): 2.1.0-alpha.721 2026-06-06 15:37:41 +00:00
github-actions[bot]
e8dcf8cc05 release(hamh-alpha): 2.1.0-alpha.720 2026-06-06 05:59:08 +00:00
github-actions[bot]
ad9686ce6e release(hamh-alpha): 2.1.0-alpha.719 2026-06-05 19:59:27 +00:00
github-actions[bot]
8279a36ad5 release(hamh-alpha): 2.1.0-alpha.718 2026-06-05 11:55:54 +00:00
github-actions[bot]
c53fc9fe78 release(hamh-alpha): 2.1.0-alpha.717 2026-06-05 08:43:00 +00:00
RiDDiX
e3d6424b1c add mdns_strip_global_ipv6 option to hamh-alpha 2026-06-05 10:16:35 +02:00
3 changed files with 10 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# v2.1.0-alpha.716
# v2.1.0-alpha.743
## Changes
- add option to strip global ipv6 from mdns (09deb6c7)
- feat(plugins): let plugins contribute custom matter.js endpoints (251440fd)
---
⚠️ **This is an alpha release** - use at your own risk!

View File

@@ -1,4 +1,4 @@
version: "2.1.0-alpha.716"
version: "2.1.0-alpha.743"
image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh-alpha
name: Home-Assistant-Matter-Hub (Alpha)
@@ -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