core/homeassistant/components/motioneye/manifest.json

19 lines
350 B
JSON
Raw Normal View History

{
"domain": "motioneye",
"name": "motionEye",
"documentation": "https://www.home-assistant.io/integrations/motioneye",
"config_flow": true,
"dependencies": [
"http",
2021-10-31 15:59:31 +00:00
"media_source",
"webhook"
],
"requirements": [
"motioneye-client==0.3.11"
],
"codeowners": [
"@dermotduffy"
],
"iot_class": "local_polling"
}