Add zeroconf discovery to rachio (#49973)

This commit is contained in:
J. Nick Koston 2021-05-02 05:09:12 -10:00 committed by GitHub
parent 24b9d73392
commit f7fafa6b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -24,5 +24,11 @@
"homekit": {
"models": ["Rachio"]
},
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "rachio*"
}
],
"iot_class": "cloud_push"
}

View file

@ -94,6 +94,10 @@ ZEROCONF = {
}
],
"_http._tcp.local.": [
{
"domain": "rachio",
"name": "rachio*"
},
{
"domain": "shelly",
"name": "shelly*"