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