mirror of https://github.com/home-assistant/core
25 lines
504 B
JSON
25 lines
504 B
JSON
{
|
|
"domain": "blink",
|
|
"name": "Blink",
|
|
"codeowners": ["@fronzbot", "@mkmer"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "blink*",
|
|
"macaddress": "B85F98*"
|
|
},
|
|
{
|
|
"hostname": "blink*",
|
|
"macaddress": "00037F*"
|
|
},
|
|
{
|
|
"hostname": "blink*",
|
|
"macaddress": "20A171*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/blink",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["blinkpy"],
|
|
"requirements": ["blinkpy==0.23.0"]
|
|
}
|