core/homeassistant/components/motioneye/manifest.json

17 lines
328 B
JSON

{
"domain": "motioneye",
"name": "motionEye",
"documentation": "https://www.home-assistant.io/integrations/motioneye",
"config_flow": true,
"dependencies": [
"http",
"webhook"
],
"requirements": [
"motioneye-client==0.3.9"
],
"codeowners": [
"@dermotduffy"
],
"iot_class": "local_polling"
}