Skip to content

Commit 5cc3219

Browse files
committed
Fix HomeKit proxy for hass source
1 parent bc1a4ac commit 5cc3219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/homekit/homekit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func findHomeKitURL(sources []string) string {
177177
if strings.HasPrefix(url, "hass") {
178178
location, _ := streams.Location(url)
179179
if strings.HasPrefix(location, "homekit") {
180-
return url
180+
return location
181181
}
182182
}
183183

0 commit comments

Comments
 (0)