Add Uptime Kuma integration (#146393)

This commit is contained in:
Manu
2025-07-14 21:35:57 +02:00
committed by GitHub
parent 37ae476c67
commit 66641356cc
22 changed files with 1999 additions and 0 deletions

10
mypy.ini generated
View File

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