16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"domain": "blink",
|
|
"name": "Blink",
|
|
"documentation": "https://www.home-assistant.io/integrations/blink",
|
|
"requirements": ["blinkpy==0.18.0"],
|
|
"codeowners": ["@fronzbot"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "blink*",
|
|
"macaddress": "B85F98*"
|
|
}
|
|
],
|
|
"config_flow": true,
|
|
"iot_class": "cloud_polling"
|
|
}
|