mirror of
https://github.com/home-assistant/core.git
synced 2026-07-04 21:25:26 +01:00
3848d4e8a6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 lines
330 B
JSON
12 lines
330 B
JSON
{
|
|
"domain": "image_upload",
|
|
"name": "Image Upload",
|
|
"codeowners": ["@home-assistant/core"],
|
|
"config_flow": false,
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/image_upload",
|
|
"integration_type": "system",
|
|
"quality_scale": "internal",
|
|
"requirements": ["Pillow==12.2.0"]
|
|
}
|