19 lines
350 B
JSON
19 lines
350 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"
|
|
}
|