Add DHCP to MyQ ()

pull/49323/head
Paulus Schoutsen 2021-04-16 14:53:41 -07:00 committed by GitHub
parent f026768725
commit f464663732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions
homeassistant
components/myq
generated

View File

@ -8,5 +8,6 @@
"homekit": {
"models": ["819LMB"]
},
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"dhcp": [{ "macaddress": "645299*" }]
}

View File

@ -87,6 +87,10 @@ DHCP = [
"hostname": "lyric-*",
"macaddress": "00D02D"
},
{
"domain": "myq",
"macaddress": "645299*"
},
{
"domain": "nest",
"macaddress": "18B430*"