Adjust get_scanner pylint checks (#77944)
This commit is contained in:
parent
9fa30af8de
commit
f71313ee1e
28 changed files with 50 additions and 30 deletions
|
@ -38,7 +38,7 @@ PLATFORM_SCHEMA = PARENT_PLATFORM_SCHEMA.extend(
|
|||
)
|
||||
|
||||
|
||||
def get_scanner(hass: HomeAssistant, config: ConfigType) -> DeviceScanner | None:
|
||||
def get_scanner(hass: HomeAssistant, config: ConfigType) -> CiscoMEDeviceScanner | None:
|
||||
"""Validate the configuration and return a Cisco ME scanner."""
|
||||
|
||||
config = config[DOMAIN]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue