core/homeassistant/components/reolink/manifest.json

23 lines
471 B
JSON
Raw Normal View History

{
"domain": "reolink",
"name": "Reolink IP NVR/camera",
2023-02-08 19:13:46 +00:00
"codeowners": ["@starkillerOG"],
"config_flow": true,
"dependencies": ["webhook"],
"dhcp": [
{
2023-03-06 16:23:24 +00:00
"hostname": "reolink*"
},
{
"macaddress": "EC71DB*"
2023-03-06 16:23:24 +00:00
},
{
"registered_devices": true
}
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"]
}