core/homeassistant/components/image_processing/manifest.json

13 lines
250 B
JSON

{
"domain": "image_processing",
"name": "Image processing",
"documentation": "https://www.home-assistant.io/integrations/image_processing",
"requirements": [
"pillow==6.2.1"
],
"dependencies": [
"camera"
],
"codeowners": []
}