From 5cc32197b8145bf77113cbe137696248d24b0857 Mon Sep 17 00:00:00 2001 From: Alex X Date: Mon, 10 Nov 2025 15:35:07 +0300 Subject: [PATCH] Fix HomeKit proxy for hass source --- internal/homekit/homekit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/homekit/homekit.go b/internal/homekit/homekit.go index a6b02bf2..9a221c4f 100644 --- a/internal/homekit/homekit.go +++ b/internal/homekit/homekit.go @@ -177,7 +177,7 @@ func findHomeKitURL(sources []string) string { if strings.HasPrefix(url, "hass") { location, _ := streams.Location(url) if strings.HasPrefix(location, "homekit") { - return url + return location } }