2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "blink",
|
|
|
|
"name": "Blink",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/blink",
|
2021-02-15 19:24:42 +00:00
|
|
|
"requirements": ["blinkpy==0.17.0"],
|
2020-05-13 13:50:29 +00:00
|
|
|
"codeowners": ["@fronzbot"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "blink*",
|
|
|
|
"macaddress": "B85F98*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"config_flow": true,
|
|
|
|
"iot_class": "cloud_polling"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|