Fix type hints in zha remaining channels (#73778)
* Fix hvac channel type hints * Fix security channel type hints * Fix homeautomation channel type hints * Fix type hints in zha base channel * Adjust select entity * Remove unused arg
This commit is contained in:
parent
f29cc33fa0
commit
b880a05e45
8 changed files with 17 additions and 35 deletions
|
@ -144,10 +144,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
|||
"homeassistant.components.xiaomi_miio.light",
|
||||
"homeassistant.components.xiaomi_miio.sensor",
|
||||
"homeassistant.components.xiaomi_miio.switch",
|
||||
"homeassistant.components.zha.core.channels.base",
|
||||
"homeassistant.components.zha.core.channels.homeautomation",
|
||||
"homeassistant.components.zha.core.channels.hvac",
|
||||
"homeassistant.components.zha.core.channels.security",
|
||||
"homeassistant.components.zha.core.device",
|
||||
"homeassistant.components.zha.core.discovery",
|
||||
"homeassistant.components.zha.core.gateway",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue