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-11-17 07:29:59 +00:00
|
|
|
"motioneye-client==0.3.12"
|
2021-04-24 06:00:28 +00:00
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@dermotduffy"
|
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["motioneye_client"]
|
2021-07-26 18:43:22 +00:00
|
|
|
}
|