Add additional blink OUIs to DHCP discovery ()

pull/64987/head
J. Nick Koston 2022-01-28 23:14:08 -06:00 committed by GitHub
parent 4d0dbeb2b5
commit 0e6c554b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions
homeassistant
components/blink
generated

View File

@ -8,7 +8,11 @@
{
"hostname": "blink*",
"macaddress": "B85F98*"
}
},
{
"hostname": "blink*",
"macaddress": "00037F*"
}
],
"config_flow": true,
"iot_class": "cloud_polling",

View File

@ -46,6 +46,11 @@ DHCP = [
"hostname": "blink*",
"macaddress": "B85F98*"
},
{
"domain": "blink",
"hostname": "blink*",
"macaddress": "00037F*"
},
{
"domain": "broadlink",
"macaddress": "34EA34*"