Remove screenlogic from mypy ignore list (#64512)
* Adjust screenlogic * Adjust mypy_config * Adjust coordinator cast * Move cast higher up Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
ca6dd09fc2
commit
e56c64db07
4 changed files with 8 additions and 8 deletions
|
@ -69,7 +69,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
|||
"homeassistant.components.profiler.*",
|
||||
"homeassistant.components.ring.*",
|
||||
"homeassistant.components.ruckus_unleashed.*",
|
||||
"homeassistant.components.screenlogic.*",
|
||||
"homeassistant.components.search.*",
|
||||
"homeassistant.components.sense.*",
|
||||
"homeassistant.components.sharkiq.*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue