mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00
Add dhcp discovery to tado (#49992)
This commit is contained in:
parent
93b668a6f9
commit
26fd7fc15b
@ -8,5 +8,10 @@
|
|||||||
"homekit": {
|
"homekit": {
|
||||||
"models": ["tado", "AC02"]
|
"models": ["tado", "AC02"]
|
||||||
},
|
},
|
||||||
|
"dhcp": [
|
||||||
|
{
|
||||||
|
"hostname": "tado*"
|
||||||
|
}
|
||||||
|
],
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
}
|
}
|
||||||
|
@ -179,6 +179,10 @@ DHCP = [
|
|||||||
"hostname": "squeezebox*",
|
"hostname": "squeezebox*",
|
||||||
"macaddress": "000420*"
|
"macaddress": "000420*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "tado",
|
||||||
|
"hostname": "tado*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "tesla",
|
"domain": "tesla",
|
||||||
"hostname": "tesla_*",
|
"hostname": "tesla_*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user