Remove freebox from mypy ignore list (#65126)
* Add type hints to freebox * Remove freebox from mypy ignore list * Adjust type hints * Refactor FreeboxRouter setup/close * Remove unnecessary assert * Remove unused constant * Rework unload routine * Bring back close method * Suppress NotOpenError * Use async_on_unload on signal_device_new Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
c8504bd21d
commit
9fde84ab41
7 changed files with 55 additions and 70 deletions
|
@ -26,7 +26,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
|||
"homeassistant.components.evohome.*",
|
||||
"homeassistant.components.fireservicerota.*",
|
||||
"homeassistant.components.firmata.*",
|
||||
"homeassistant.components.freebox.*",
|
||||
"homeassistant.components.geniushub.*",
|
||||
"homeassistant.components.google_assistant.*",
|
||||
"homeassistant.components.gree.*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue