mirror of https://github.com/home-assistant/core
12 lines
334 B
JSON
12 lines
334 B
JSON
{
|
|
"domain": "camera",
|
|
"name": "Camera",
|
|
"after_dependencies": ["media_player"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/camera",
|
|
"integration_type": "entity",
|
|
"quality_scale": "internal",
|
|
"requirements": ["PyTurboJPEG==1.7.5"]
|
|
}
|