Add event entity (#96797)

This commit is contained in:
Franck Nijhof
2023-07-21 12:16:35 +02:00
committed by GitHub
parent 4916351d9a
commit 747f4d4a73
18 changed files with 779 additions and 0 deletions

View File

@@ -892,6 +892,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.event.*]
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.evil_genius_labs.*]
check_untyped_defs = true
disallow_incomplete_defs = true