Compare commits

..

28 Commits

Author SHA1 Message Date
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
github-actions[bot]
e358e639f7 release(hamh-alpha): 2.1.0-alpha.716 2026-06-05 07:37:15 +00:00
github-actions[bot]
f078c4964d release(hamh-alpha): 2.1.0-alpha.715 2026-06-04 19:58:39 +00:00
github-actions[bot]
4f07954333 release(hamh-alpha): 2.1.0-alpha.714 2026-06-04 19:31:58 +00:00
github-actions[bot]
dcf8a85852 release(hamh-alpha): 2.1.0-alpha.713 2026-06-04 15:28:07 +00:00
github-actions[bot]
5b3cc4835d release(hamh-alpha): 2.1.0-alpha.712 2026-06-04 14:13:26 +00:00
github-actions[bot]
7125dccafb release(hamh-alpha): 2.1.0-alpha.711 2026-06-04 10:59:33 +00:00
3 changed files with 10 additions and 5 deletions

View File

@@ -1,9 +1,8 @@
# v2.1.0-alpha.710
# v2.1.0-alpha.737
## Changes
- style: format #309 alpha fix (ef7d504c)
- fix: stabilize HA auto climate direction (ff055517)
- feat(#301): multi-entity standalone devices (22dd9a4b)
---
⚠️ **This is an alpha release** - use at your own risk!

View File

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