Strict typing of UniFi integration (#90278)

* Fix typing of UniFi controller

* Strict typing of unifi.__init__

* Strict typing of UniFi config_flow

* Strict typing of UniFi switch

* Strict typing UniFi sensor

* Strict typing UniFi device tracker

* Strict typing of UniFi

* Fix library issues related to typing
This commit is contained in:
Robert Svensson
2023-03-26 09:57:13 +02:00
committed by GitHub
parent e8f3b9c09a
commit a0b6da33ab
9 changed files with 57 additions and 54 deletions

View File

@@ -2873,7 +2873,7 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.unifi.update]
[mypy-homeassistant.components.unifi.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true