Add musicassistant integration (#128919)

Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
This commit is contained in:
Jozef Kruszynski
2024-10-30 14:57:01 +01:00
committed by GitHub
parent 2303521778
commit 568bdef61f
19 changed files with 1319 additions and 0 deletions

View File

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