core/homeassistant/components/motioneye/manifest.json

13 lines
379 B
JSON
Raw Normal View History

{
"domain": "motioneye",
"name": "motionEye",
"after_dependencies": ["media_source"],
"codeowners": ["@dermotduffy"],
2023-02-08 19:38:43 +00:00
"config_flow": true,
"dependencies": ["http", "webhook"],
"documentation": "https://www.home-assistant.io/integrations/motioneye",
"iot_class": "local_polling",
2023-02-08 19:38:43 +00:00
"loggers": ["motioneye_client"],
"requirements": ["motioneye-client==0.3.14"]
}