mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
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:
@@ -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.*",
|
||||
|
||||
Reference in New Issue
Block a user