mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Add zeroconf discovery to rachio (#49973)
This commit is contained in:
parent
24b9d73392
commit
f7fafa6b8b
@ -24,5 +24,11 @@
|
|||||||
"homekit": {
|
"homekit": {
|
||||||
"models": ["Rachio"]
|
"models": ["Rachio"]
|
||||||
},
|
},
|
||||||
|
"zeroconf": [
|
||||||
|
{
|
||||||
|
"type": "_http._tcp.local.",
|
||||||
|
"name": "rachio*"
|
||||||
|
}
|
||||||
|
],
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
}
|
}
|
||||||
|
@ -94,6 +94,10 @@ ZEROCONF = {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_http._tcp.local.": [
|
"_http._tcp.local.": [
|
||||||
|
{
|
||||||
|
"domain": "rachio",
|
||||||
|
"name": "rachio*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "shelly",
|
"domain": "shelly",
|
||||||
"name": "shelly*"
|
"name": "shelly*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user