mirror of
https://github.com/home-assistant/core.git
synced 2026-03-02 15:52:29 +00:00
13 lines
250 B
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": []
|
|
}
|