1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-02 15:52:29 +00:00
Files
core/homeassistant/components/image_processing/manifest.json
2019-11-04 09:03:58 +01:00

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": []
}