Add additional oui to blink (#66348)

pull/66356/head
J. Nick Koston 2022-02-11 16:26:39 -06:00 committed by GitHub
parent 018975bbb9
commit f8fec3d990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

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

View File

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