1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/homeassistant/components/image/manifest.json

11 lines
276 B
JSON
Raw Normal View History

2020-08-19 11:33:04 +02:00
{
"domain": "image",
"name": "Image",
"config_flow": false,
"documentation": "https://www.home-assistant.io/integrations/image",
2021-03-08 14:26:52 +01:00
"requirements": ["pillow==8.1.2"],
2020-08-19 11:33:04 +02:00
"dependencies": ["http"],
"codeowners": ["@home-assistant/core"],
"quality_scale": "internal"
2020-08-19 11:33:04 +02:00
}