Jan-Philipp Benecke
c1bcabbc9d
Use debug/warning instead of info log level in components [d] ( #125969 )
2024-09-14 23:41:32 +02:00
Erik Montnemery
32d2218ff0
Remove unnecessary assignment of Template.hass from doods ( #123666 )
2024-08-12 14:31:11 +02:00
epenet
afbd24adfe
Force alias when importing image processing PLATFORM_SCHEMA ( #120527 )
2024-06-26 11:29:52 +02:00
Joost Lekkerkerker
c75342bd9a
Improve lists in integrations [C-D] ( #113072 )
2024-03-11 18:58:35 +01:00
Marc Mueller
0e3945ca6c
Add empty line after module docstring [d-f] ( #112698 )
2024-03-08 14:15:26 +01:00
fender4645
e4af50f955
Add debug message to doods ( #100002 )
...
* Debug message if no detections found or
no output file configured
* fix formatting
* black
---------
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2023-09-10 12:58:18 +02:00
Franck Nijhof
3e85a29b86
Move overlapping pylint rules to ruff, disable mypy overlap ( #94359 )
2023-06-27 17:42:46 +02:00
Franck Nijhof
5e81d28116
Update black to 23.1.0 ( #87188 )
2023-02-02 18:35:24 +01:00
Franck Nijhof
b0cee0bc46
String formatting and max line length - Part 1 ( #84390 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-12-22 10:12:50 +01:00
Marc Mueller
dfa94d6ce1
Import image_processing
constants from const
( #63461 )
2022-01-05 14:58:00 +01:00
epenet
ca366e6f87
Add image_processing setup type hints ( #63290 )
...
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 ( #62576 )
2021-12-23 09:59:31 +01:00
Marc Mueller
9561c51276
Use assignment expressions 16 ( #57962 )
2021-10-18 19:36:35 -07:00
Erik Montnemery
6c084ae6ce
Update integrations a-e to override extra_state_attributes() ( #47756 )
2021-03-11 16:51:03 +01:00
tkdrob
725dcb5cac
Use core constants for doods ( #46043 )
2021-02-05 12:17:46 +01:00
lamiskin
5ebce075a1
Improve DOODS folder handling and add process time attribute ( #40344 )
...
* Updates to DOODS
* Fix import order
2020-09-22 21:43:21 -05:00
Robin
a7d5e898ba
Add convert_to_pil_image to pil util ( #31825 )
...
* 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
Ville Skyttä
3018e8ff47
Use time.monotonic instead of time.time where appropriate ( #31780 )
2020-02-13 22:57:07 +01:00
Paulus Schoutsen
32aae7017e
Remove requirement from entity integration ( #30113 )
2019-12-22 10:32:42 +01:00
Bas Nijholt
08f128e9c7
Sort imports according to PEP8 for components starting with "D" ( #29764 )
...
* 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 ( #28574 )
2019-11-06 08:45:16 +01:00
Zach
bbd2078986
Add doods contains flags on areas to allow specifying overlap ( #27035 )
...
* 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
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
Zach
9e79920c9c
Fix doods missing detector name kwarg ( #26784 )
...
* 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 ( #26208 )
...
* 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