Add SensorPush Cloud integration (#134223)

This commit is contained in:
Steven Stallion
2025-02-20 09:15:47 -06:00
committed by GitHub
parent 0d8c449ff4
commit 73442e8443
22 changed files with 1955 additions and 3 deletions

10
mypy.ini generated
View File

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