2022-12-27 20:15:53 +00:00
|
|
|
{
|
|
|
|
"domain": "reolink",
|
|
|
|
"name": "Reolink IP NVR/camera",
|
2023-02-08 19:13:46 +00:00
|
|
|
"codeowners": ["@starkillerOG"],
|
2022-12-27 20:15:53 +00:00
|
|
|
"config_flow": true,
|
2023-01-20 21:27:59 +00:00
|
|
|
"dependencies": ["webhook"],
|
2023-01-22 20:09:18 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
2023-03-06 16:23:24 +00:00
|
|
|
"hostname": "reolink*"
|
|
|
|
},
|
|
|
|
{
|
2023-01-22 20:09:18 +00:00
|
|
|
"macaddress": "EC71DB*"
|
2023-03-06 16:23:24 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"registered_devices": true
|
2023-01-22 20:09:18 +00:00
|
|
|
}
|
2023-02-08 19:13:46 +00:00
|
|
|
],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/reolink",
|
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["reolink_aio"],
|
2023-09-05 19:21:27 +00:00
|
|
|
"requirements": ["reolink-aio==0.7.9"]
|
2022-12-27 20:15:53 +00:00
|
|
|
}
|