mirror of https://github.com/home-assistant/core
23 lines
472 B
JSON
23 lines
472 B
JSON
{
|
|
"domain": "reolink",
|
|
"name": "Reolink IP NVR/camera",
|
|
"codeowners": ["@starkillerOG"],
|
|
"config_flow": true,
|
|
"dependencies": ["webhook"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "reolink*"
|
|
},
|
|
{
|
|
"macaddress": "EC71DB*"
|
|
},
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/reolink",
|
|
"iot_class": "local_push",
|
|
"loggers": ["reolink_aio"],
|
|
"requirements": ["reolink-aio==0.11.2"]
|
|
}
|