Add zeroconf discovery to rachio (#49973)
This commit is contained in:
parent
24b9d73392
commit
f7fafa6b8b
2 changed files with 10 additions and 0 deletions
|
@ -24,5 +24,11 @@
|
|||
"homekit": {
|
||||
"models": ["Rachio"]
|
||||
},
|
||||
"zeroconf": [
|
||||
{
|
||||
"type": "_http._tcp.local.",
|
||||
"name": "rachio*"
|
||||
}
|
||||
],
|
||||
"iot_class": "cloud_push"
|
||||
}
|
||||
|
|
|
@ -94,6 +94,10 @@ ZEROCONF = {
|
|||
}
|
||||
],
|
||||
"_http._tcp.local.": [
|
||||
{
|
||||
"domain": "rachio",
|
||||
"name": "rachio*"
|
||||
},
|
||||
{
|
||||
"domain": "shelly",
|
||||
"name": "shelly*"
|
||||
|
|
Loading…
Add table
Reference in a new issue