mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Add DHCP to MyQ (#49319)
This commit is contained in:
parent
f026768725
commit
f464663732
@ -8,5 +8,6 @@
|
|||||||
"homekit": {
|
"homekit": {
|
||||||
"models": ["819LMB"]
|
"models": ["819LMB"]
|
||||||
},
|
},
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling",
|
||||||
|
"dhcp": [{ "macaddress": "645299*" }]
|
||||||
}
|
}
|
||||||
|
@ -87,6 +87,10 @@ DHCP = [
|
|||||||
"hostname": "lyric-*",
|
"hostname": "lyric-*",
|
||||||
"macaddress": "00D02D"
|
"macaddress": "00D02D"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "myq",
|
||||||
|
"macaddress": "645299*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "nest",
|
"domain": "nest",
|
||||||
"macaddress": "18B430*"
|
"macaddress": "18B430*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user