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",
|
2022-03-25 10:39:13 +00:00
|
|
|
"requirements": ["blinkpy==0.19.0"],
|
2020-05-13 13:50:29 +00:00
|
|
|
"codeowners": ["@fronzbot"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "blink*",
|
|
|
|
"macaddress": "B85F98*"
|
2022-01-29 05:14:08 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "blink*",
|
|
|
|
"macaddress": "00037F*"
|
2022-02-11 22:26:39 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "blink*",
|
|
|
|
"macaddress": "20A171*"
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|
2021-04-15 08:21:38 +00:00
|
|
|
],
|
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["blinkpy"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|