mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
4ba123a1a8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 lines
345 B
JSON
12 lines
345 B
JSON
{
|
|
"domain": "camera",
|
|
"name": "Camera",
|
|
"after_dependencies": ["media_player"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"dependencies": ["http", "web_rtc"],
|
|
"documentation": "https://www.home-assistant.io/integrations/camera",
|
|
"integration_type": "entity",
|
|
"quality_scale": "internal",
|
|
"requirements": ["PyTurboJPEG==2.2.0"]
|
|
}
|