2021-04-24 06:00:28 +00:00
|
|
|
{
|
|
|
|
"domain": "motioneye",
|
|
|
|
"name": "motionEye",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/motioneye",
|
|
|
|
"config_flow": true,
|
2021-07-01 09:22:43 +00:00
|
|
|
"dependencies": [
|
|
|
|
"http",
|
2021-10-31 15:59:31 +00:00
|
|
|
"media_source",
|
2021-07-01 09:22:43 +00:00
|
|
|
"webhook"
|
|
|
|
],
|
2021-04-24 06:00:28 +00:00
|
|
|
"requirements": [
|
2021-07-26 18:43:22 +00:00
|
|
|
"motioneye-client==0.3.11"
|
2021-04-24 06:00:28 +00:00
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@dermotduffy"
|
|
|
|
],
|
|
|
|
"iot_class": "local_polling"
|
2021-07-26 18:43:22 +00:00
|
|
|
}
|