core/homeassistant/components/image/manifest.json

11 lines
276 B
JSON
Raw Normal View History

2020-08-19 09:33:04 +00:00
{
"domain": "image",
"name": "Image",
"config_flow": false,
"documentation": "https://www.home-assistant.io/integrations/image",
2021-09-08 19:06:30 +00:00
"requirements": ["pillow==8.3.2"],
2020-08-19 09:33:04 +00:00
"dependencies": ["http"],
"codeowners": ["@home-assistant/core"],
"quality_scale": "internal"
2020-08-19 09:33:04 +00:00
}