core/homeassistant/components/camera/manifest.json

12 lines
334 B
JSON
Raw Normal View History

{
"domain": "camera",
"name": "Camera",
"after_dependencies": ["media_player"],
"codeowners": ["@home-assistant/core"],
2023-02-08 19:16:39 +00:00
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/camera",
"integration_type": "entity",
"quality_scale": "internal",
2023-02-08 19:16:39 +00:00
"requirements": ["PyTurboJPEG==1.6.7"]
}