core/homeassistant/components/image/manifest.json

12 lines
308 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",
2022-11-01 09:34:44 +00:00
"requirements": ["pillow==9.3.0"],
2020-08-19 09:33:04 +00:00
"dependencies": ["http"],
"codeowners": ["@home-assistant/core"],
"quality_scale": "internal",
"integration_type": "system"
2020-08-19 09:33:04 +00:00
}