Fix HomeKit proxy for hass source
This commit is contained in:
@@ -177,7 +177,7 @@ func findHomeKitURL(sources []string) string {
|
|||||||
if strings.HasPrefix(url, "hass") {
|
if strings.HasPrefix(url, "hass") {
|
||||||
location, _ := streams.Location(url)
|
location, _ := streams.Location(url)
|
||||||
if strings.HasPrefix(location, "homekit") {
|
if strings.HasPrefix(location, "homekit") {
|
||||||
return url
|
return location
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user