Add DHCP to MyQ (#49319)
This commit is contained in:
parent
f026768725
commit
f464663732
2 changed files with 6 additions and 1 deletions
|
@ -8,5 +8,6 @@
|
|||
"homekit": {
|
||||
"models": ["819LMB"]
|
||||
},
|
||||
"iot_class": "cloud_polling"
|
||||
"iot_class": "cloud_polling",
|
||||
"dhcp": [{ "macaddress": "645299*" }]
|
||||
}
|
||||
|
|
|
@ -87,6 +87,10 @@ DHCP = [
|
|||
"hostname": "lyric-*",
|
||||
"macaddress": "00D02D"
|
||||
},
|
||||
{
|
||||
"domain": "myq",
|
||||
"macaddress": "645299*"
|
||||
},
|
||||
{
|
||||
"domain": "nest",
|
||||
"macaddress": "18B430*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue