mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +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",
|
"documentation": "https://www.home-assistant.io/integrations/blink",
|
||||||
"requirements": ["blinkpy==0.17.0"],
|
"requirements": ["blinkpy==0.17.0"],
|
||||||
"codeowners": ["@fronzbot"],
|
"codeowners": ["@fronzbot"],
|
||||||
|
"dhcp": [{"hostname":"blink*","macaddress":"B85F98*"}],
|
||||||
"config_flow": true
|
"config_flow": true
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,11 @@ DHCP = [
|
|||||||
"hostname": "axis-b8a44f*",
|
"hostname": "axis-b8a44f*",
|
||||||
"macaddress": "B8A44F*"
|
"macaddress": "B8A44F*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "blink",
|
||||||
|
"hostname": "blink*",
|
||||||
|
"macaddress": "B85F98*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "flume",
|
"domain": "flume",
|
||||||
"hostname": "flume-gw-*",
|
"hostname": "flume-gw-*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user