1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Add Portainer integration (#142875)

Co-authored-by: Manu <4445816+tr4nt0r@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Erwin Douna
2025-09-10 21:01:41 +02:00
committed by GitHub
parent 7d471f9624
commit b496637bdd
24 changed files with 1638 additions and 0 deletions

10
mypy.ini generated
View File

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