Files
core/homeassistant/components/image_processing/manifest.json
Robin 1d60cccc21 Put draw_box in image_processing (#26712)
* Put draw_box in image_processing

* Update draw_box

* Update __init__.py

* run isort

* Fix lints

* Update __init__.py

* Update requirements_all.txt

* Adds type hints

* Update gen_requirements_all.py

* Update requirements_test_all.txt

* rerun script/gen_requirements_all.py

* Change Pillow to pillow

* Update manifest.json

* Run script/gen_requirements_all.py
2019-09-24 12:09:16 +02:00

13 lines
248 B
JSON

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