Fix cover, light, select, sensor, switch type hints in zha (#73770)

* Fix zha sensor type hints

* Fix zha entity type hints

* Fix switch type hints

* Fix light type hints

* Fix cover type hints

* Fix select type hints
This commit is contained in:
epenet 2022-06-22 03:04:24 +02:00 committed by GitHub
parent 6c83ed4c9d
commit 243905ae3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 25 additions and 45 deletions

View file

@ -156,12 +156,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.zha.core.helpers",
"homeassistant.components.zha.core.registries",
"homeassistant.components.zha.core.store",
"homeassistant.components.zha.cover",
"homeassistant.components.zha.entity",
"homeassistant.components.zha.light",
"homeassistant.components.zha.select",
"homeassistant.components.zha.sensor",
"homeassistant.components.zha.switch",
]
# Component modules which should set no_implicit_reexport = true.