Add image entity component (#90564)

This commit is contained in:
Erik Montnemery
2023-06-19 17:03:48 +02:00
committed by GitHub
parent 43c4dec3ed
commit 5303bef83e
18 changed files with 756 additions and 1 deletions

View File

@@ -1482,6 +1482,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.image.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.image_processing.*]
check_untyped_defs = true
disallow_incomplete_defs = true