20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"domain": "motioneye",
|
|
"name": "motionEye",
|
|
"documentation": "https://www.home-assistant.io/integrations/motioneye",
|
|
"config_flow": true,
|
|
"dependencies": [
|
|
"http",
|
|
"media_source",
|
|
"webhook"
|
|
],
|
|
"requirements": [
|
|
"motioneye-client==0.3.12"
|
|
],
|
|
"codeowners": [
|
|
"@dermotduffy"
|
|
],
|
|
"iot_class": "local_polling",
|
|
"loggers": ["motioneye_client"]
|
|
}
|