ha-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 20:13:46 +01:00
"codeowners": ["@starkillerOG"],
"config_flow": true,
"dependencies": ["webhook"],
"dhcp": [
{
2023-03-06 17:23:24 +01:00
"hostname": "reolink*"
},
{
"macaddress": "EC71DB*"
2023-03-06 17:23:24 +01:00
},
{
"registered_devices": true
}
2023-02-08 20:13:46 +01:00
],
"documentation": "https://www.home-assistant.io/integrations/reolink",
"iot_class": "local_push",
"loggers": ["reolink_aio"],
2023-03-27 11:11:38 +02:00
"requirements": ["reolink-aio==0.5.7"]
}