mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Add additional oui to blink (#66348)
This commit is contained in:
@@ -12,7 +12,11 @@
|
||||
{
|
||||
"hostname": "blink*",
|
||||
"macaddress": "00037F*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"hostname": "blink*",
|
||||
"macaddress": "20A171*"
|
||||
}
|
||||
],
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
|
@@ -51,6 +51,11 @@ DHCP = [
|
||||
"hostname": "blink*",
|
||||
"macaddress": "00037F*"
|
||||
},
|
||||
{
|
||||
"domain": "blink",
|
||||
"hostname": "blink*",
|
||||
"macaddress": "20A171*"
|
||||
},
|
||||
{
|
||||
"domain": "broadlink",
|
||||
"macaddress": "34EA34*"
|
||||
|
Reference in New Issue
Block a user