mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
fix annotation in actiontec (#50727)
This commit is contained in:
parent
1b74359ddb
commit
120bf8aed7
@ -31,9 +31,7 @@ PLATFORM_SCHEMA: Final = BASE_PLATFORM_SCHEMA.extend(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def get_scanner(
|
def get_scanner(hass: HomeAssistant, config: ConfigType) -> DeviceScanner | None:
|
||||||
hass: HomeAssistant, config: ConfigType
|
|
||||||
) -> ActiontecDeviceScanner | None:
|
|
||||||
"""Validate the configuration and return an Actiontec scanner."""
|
"""Validate the configuration and return an Actiontec scanner."""
|
||||||
scanner = ActiontecDeviceScanner(config[DOMAIN])
|
scanner = ActiontecDeviceScanner(config[DOMAIN])
|
||||||
return scanner if scanner.success_init else None
|
return scanner if scanner.success_init else None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user