mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
14 lines
408 B
JSON
14 lines
408 B
JSON
{
|
|
"domain": "motioneye",
|
|
"name": "motionEye",
|
|
"after_dependencies": ["media_source"],
|
|
"codeowners": ["@dermotduffy"],
|
|
"config_flow": true,
|
|
"dependencies": ["http", "webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/motioneye",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["motioneye_client"],
|
|
"requirements": ["motioneye-client==0.3.14"]
|
|
}
|