2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "image_processing",
|
|
|
|
"name": "Image processing",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/image_processing",
|
2019-09-24 10:09:16 +00:00
|
|
|
"requirements": [
|
2019-11-04 08:03:58 +00:00
|
|
|
"pillow==6.2.1"
|
2019-09-24 10:09:16 +00:00
|
|
|
],
|
2019-04-04 04:14:45 +00:00
|
|
|
"dependencies": [
|
|
|
|
"camera"
|
|
|
|
],
|
|
|
|
"codeowners": []
|
|
|
|
}
|