mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Add zeroconf discovery to rachio (#49973)
This commit is contained in:
parent
24b9d73392
commit
f7fafa6b8b
@ -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…
x
Reference in New Issue
Block a user