18 lines
330 B
JSON
18 lines
330 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.11"
|
|
],
|
|
"codeowners": [
|
|
"@dermotduffy"
|
|
],
|
|
"iot_class": "local_polling"
|
|
}
|