Add DHCP to MyQ (#49319)
parent
f026768725
commit
f464663732
homeassistant
components/myq
generated
|
@ -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…
Reference in New Issue