mirror of https://github.com/home-assistant/core
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==11.0.0"]
|
|
}
|