ha-core/homeassistant/components/image/manifest.json

11 lines
276 B
JSON

{
"domain": "image",
"name": "Image",
"config_flow": false,
"documentation": "https://www.home-assistant.io/integrations/image",
"requirements": ["pillow==8.1.2"],
"dependencies": ["http"],
"codeowners": ["@home-assistant/core"],
"quality_scale": "internal"
}