Add dhcp discovery to tado (#49992)
This commit is contained in:
parent
93b668a6f9
commit
26fd7fc15b
2 changed files with 9 additions and 0 deletions
|
@ -8,5 +8,10 @@
|
|||
"homekit": {
|
||||
"models": ["tado", "AC02"]
|
||||
},
|
||||
"dhcp": [
|
||||
{
|
||||
"hostname": "tado*"
|
||||
}
|
||||
],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
|
|
@ -179,6 +179,10 @@ DHCP = [
|
|||
"hostname": "squeezebox*",
|
||||
"macaddress": "000420*"
|
||||
},
|
||||
{
|
||||
"domain": "tado",
|
||||
"hostname": "tado*"
|
||||
},
|
||||
{
|
||||
"domain": "tesla",
|
||||
"hostname": "tesla_*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue