1
mirror of https://github.com/home-assistant/core synced 2024-10-13 14:52:10 +02:00
ha-core/homeassistant/components/blink/manifest.json
2021-04-15 10:21:38 +02:00

16 lines
326 B
JSON

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