mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Add dhcp discovery support to blink (#48243)
This commit is contained in:
parent
6e07279257
commit
7bd876beaf
@ -4,5 +4,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/blink",
|
||||
"requirements": ["blinkpy==0.17.0"],
|
||||
"codeowners": ["@fronzbot"],
|
||||
"dhcp": [{"hostname":"blink*","macaddress":"B85F98*"}],
|
||||
"config_flow": true
|
||||
}
|
||||
|
@ -36,6 +36,11 @@ DHCP = [
|
||||
"hostname": "axis-b8a44f*",
|
||||
"macaddress": "B8A44F*"
|
||||
},
|
||||
{
|
||||
"domain": "blink",
|
||||
"hostname": "blink*",
|
||||
"macaddress": "B85F98*"
|
||||
},
|
||||
{
|
||||
"domain": "flume",
|
||||
"hostname": "flume-gw-*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user