Commit Graph

36 Commits (a9390908ea54d285dd1b636b63f9a82414255e22)

Author SHA1 Message Date
Franck Nijhof 58409d0895
Update Pillow to 9.0.1 () 2022-02-05 14:19:24 +01:00
J. Nick Koston 5b755b74fb
Add loggers to integration manifest.json () 2022-01-28 13:37:53 -08:00
Franck Nijhof 1c29260a31
Update Pillow to 9.0.0 () 2022-01-11 14:28:48 +01:00
Marc Mueller dfa94d6ce1
Import `image_processing` constants from `const` () 2022-01-05 14:58:00 +01:00
epenet ca366e6f87
Add image_processing setup type hints ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:14:57 +01:00
Erik Montnemery cb2c2d98c3
Remove unnecessary checks before calling os.makedirs () 2021-12-23 09:59:31 +01:00
Martin Hjelmare a818afdad1
Revert pillow 8.3.2 ()
* Revert "Bump pillow from 8.2.0 to 8.3.2 ()"

This reverts commit 3635946211.

* Add comment

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Fix comment

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2021-12-15 03:10:06 +01:00
Sebastian Nohn 3635946211
Bump pillow from 8.2.0 to 8.3.2 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-13 14:14:05 +01:00
Marc Mueller 9561c51276
Use assignment expressions 16 () 2021-10-18 19:36:35 -07:00
Joakim Sørensen c59540cfc7
Revert "Bump pillow to 8.3.2 ()" ()
This reverts commit ee7202d10a.
2021-09-10 17:01:51 +02:00
Paulus Schoutsen ee7202d10a
Bump pillow to 8.3.2 () 2021-09-08 12:06:30 -07:00
Franck Nijhof 37af42e470
Upgrade pillow to 8.2.0 () 2021-06-15 19:14:57 +02:00
Franck Nijhof 055cdc64c0
Add support for IoT class in manifest () 2021-04-15 10:21:38 +02:00
Erik Montnemery 6c084ae6ce
Update integrations a-e to override extra_state_attributes() () 2021-03-11 16:51:03 +01:00
Franck Nijhof 197687399d
Upgrade pillow to 8.1.2 () 2021-03-08 14:26:52 +01:00
Franck Nijhof 1926941d8e
Upgrade pillow to 8.1.1 () 2021-03-02 13:02:41 -08:00
tkdrob 725dcb5cac
Use core constants for doods () 2021-02-05 12:17:46 +01:00
Franck Nijhof 52c56fdac7
Upgrade pillow to 8.1.0 () 2021-01-26 18:12:02 +01:00
lamiskin 5ebce075a1
Improve DOODS folder handling and add process time attribute ()
* Updates to DOODS

* Fix import order
2020-09-22 21:43:21 -05:00
thrust15 e0e31693f5
Update DOODS name ()
https://github.com/home-assistant/home-assistant.io/pull/11703
I was working on the DOODS documentation, and I noticed above PR and the comment by Frenck. So I updated the name.
2020-08-20 14:52:02 -04:00
Paulus Schoutsen 24a16ff8fe
Add image integration () 2020-08-19 11:33:04 +02:00
Franck Nijhof b6292d7c77
Upgrade pillow to 7.1.2 () 2020-04-26 13:53:02 -07:00
Fabian Affolter d5f73378f0
Upgrade pillow to 7.1.1 ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-04-11 17:00:12 +02:00
Franck Nijhof 39336d3ea3
Add prettier (in pre-commit and CI) ()
* Add prettier (in pre-commit and CI)

* Make all file prettier

* Change order

* Add to Azure Pipelines

* Fix a YAML file prettier caught as invalid

* Remove flow mapping using curly braces from all YAML service files
2020-04-05 17:27:16 +02:00
Paulus Schoutsen f1d3c0d19b
Remove unused manifest fields () 2020-04-03 12:58:19 -07:00
Robin a7d5e898ba
Add convert_to_pil_image to pil util ()
* Update pil.py

* Update doods and tensorflow to use convert_to_pil_image

* Update pil.py

* Add log messages on bad data

* Drop convert_to_pil_image

Just perform conversion in the integrations without seperate convert_to_pil_image()
2020-02-20 17:50:28 +01:00
Robin e38522c612
Bump pillow to 7.0 () 2020-02-15 11:59:41 +01:00
Ville Skyttä 3018e8ff47
Use time.monotonic instead of time.time where appropriate () 2020-02-13 22:57:07 +01:00
Paulus Schoutsen 32aae7017e
Remove requirement from entity integration () 2019-12-22 10:32:42 +01:00
Bas Nijholt 08f128e9c7 Sort imports according to PEP8 for components starting with "D" ()
* use isort to sort imports for components starting with 'd'

* fix isort mistake
2019-12-09 17:42:00 +01:00
Zach e99bb8f75e Fix Doods error when detection labels are specified in list form () 2019-11-06 08:45:16 +01:00
Zach bbd2078986 Add doods contains flags on areas to allow specifying overlap ()
* Add support for the contains flags on areas to allow specifying overlap vs contains

* Remove draw_box

* Add timeout option

* Fix import for CONF_TIMEOUT

* Change contains to covers
2019-10-04 17:48:45 -07:00
Franck Nijhof c7da781efc Update documentation link URL for integrations in all manifests () 2019-10-02 09:25:44 -07:00
Robin 1d60cccc21 Put draw_box in image_processing ()
* 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
Zach 9e79920c9c Fix doods missing detector name kwarg ()
* Fix missing detector name kwarg

* Updated requirements_all.txt

* Reformatted
2019-09-21 14:53:19 -04:00
Zach 1eef758ecc Add support for DOODS Image Processing ()
* Add support for doods

* Move connection to external module

* Fix for CI

* Another update for CI

* Reformatted via black

* Updated linting stuff

* Updated per code review

* Removed none check for something with a default

* Updated config parsing

* Updated if statements, need to disable lint check

* Fixed formatting and bug that should make linter happy

* Fixed one more issue with box drawing for areas

* removed extra imports

* Reworked per suggestion

* Changed output to debug for informational detection message
2019-09-11 22:51:05 +02:00