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 } }