core/homeassistant/components/blink/manifest.json

25 lines
504 B
JSON
Raw Normal View History

{
"domain": "blink",
"name": "Blink",
"codeowners": ["@fronzbot", "@mkmer"],
2023-02-08 19:29:44 +00:00
"config_flow": true,
"dhcp": [
{
"hostname": "blink*",
"macaddress": "B85F98*"
},
{
"hostname": "blink*",
"macaddress": "00037F*"
2022-02-11 22:26:39 +00:00
},
{
"hostname": "blink*",
"macaddress": "20A171*"
2022-03-30 08:56:37 +00:00
}
],
2023-02-08 19:29:44 +00:00
"documentation": "https://www.home-assistant.io/integrations/blink",
"iot_class": "cloud_polling",
2023-02-08 19:29:44 +00:00
"loggers": ["blinkpy"],
2023-11-07 23:04:23 +00:00
"requirements": ["blinkpy==0.22.3"]
}