1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00
Files
core/homeassistant/components/blink/manifest.json
2025-12-15 00:57:21 +01:00

26 lines
523 B
JSON

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