mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add DHCP to MyQ (#49319)
This commit is contained in:
parent
f026768725
commit
f464663732
@ -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…
x
Reference in New Issue
Block a user