core/homeassistant/components/image/manifest.json

13 lines
294 B
JSON

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