home-automation-home-assistant/custom_components/reolink_dev/manifest.json

27 行
527 B
JSON

2020-07-12 00:06:15 +00:00
{
"domain": "reolink_dev",
"name": "Reolink IP camera",
"documentation": "https://github.com/fwestenberg/reolink_dev",
"issue_tracker": "https://github.com/fwestenberg/reolink_dev/issues",
2021-08-28 19:21:19 +00:00
"version": "0.17",
"iot_class": "local_polling",
"requirements": [
2021-08-28 19:21:19 +00:00
"reolink==0.0.19"
],
"dependencies": [
"ffmpeg",
"webhook"
],
"after_dependencies": [
"media_source",
"http"
],
"codeowners": [
"@fwestenberg"
],
"config_flow": true,
"ssdp": [],
"zeroconf": [],
"homekit": {}
}