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:
parent
6c83ed4c9d
commit
243905ae3e
8 changed files with 25 additions and 45 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue