mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
25 lines
526 B
JSON
25 lines
526 B
JSON
{
|
|
"domain": "reolink",
|
|
"name": "Reolink",
|
|
"codeowners": ["@starkillerOG"],
|
|
"config_flow": true,
|
|
"dependencies": ["http", "webhook"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "reolink*"
|
|
},
|
|
{
|
|
"macaddress": "EC71DB*"
|
|
},
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/reolink",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["reolink_aio"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["reolink-aio==0.19.1"]
|
|
}
|