2021-04-24 06:00:28 +00:00
|
|
|
{
|
|
|
|
"domain": "motioneye",
|
|
|
|
"name": "motionEye",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/motioneye",
|
|
|
|
"config_flow": true,
|
2022-02-24 22:54:46 +00:00
|
|
|
"dependencies": ["http", "webhook"],
|
|
|
|
"after_dependencies": ["media_source"],
|
|
|
|
"requirements": ["motioneye-client==0.3.12"],
|
|
|
|
"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
|
|
|
}
|