mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Fix implicit-return in ddwrt (#122837)
This commit is contained in:
@@ -162,6 +162,7 @@ class DdWrtDeviceScanner(DeviceScanner):
|
||||
)
|
||||
return None
|
||||
_LOGGER.error("Invalid response from DD-WRT: %s", response)
|
||||
return None
|
||||
|
||||
|
||||
def _parse_ddwrt_response(data_str):
|
||||
|
Reference in New Issue
Block a user