mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +02:00
Add additional blink OUIs to DHCP discovery (#65162)
This commit is contained in:
@@ -8,7 +8,11 @@
|
|||||||
{
|
{
|
||||||
"hostname": "blink*",
|
"hostname": "blink*",
|
||||||
"macaddress": "B85F98*"
|
"macaddress": "B85F98*"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"hostname": "blink*",
|
||||||
|
"macaddress": "00037F*"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
|
@@ -46,6 +46,11 @@ DHCP = [
|
|||||||
"hostname": "blink*",
|
"hostname": "blink*",
|
||||||
"macaddress": "B85F98*"
|
"macaddress": "B85F98*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "blink",
|
||||||
|
"hostname": "blink*",
|
||||||
|
"macaddress": "00037F*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "broadlink",
|
"domain": "broadlink",
|
||||||
"macaddress": "34EA34*"
|
"macaddress": "34EA34*"
|
||||||
|
Reference in New Issue
Block a user