mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Add missing function signature (#51153)
This commit is contained in:
@@ -419,7 +419,7 @@ class AsusWrtRouter:
|
||||
return self._api
|
||||
|
||||
|
||||
async def _get_nvram_info(api: AsusWrt, info_type):
|
||||
async def _get_nvram_info(api: AsusWrt, info_type: str) -> dict[str, Any]:
|
||||
"""Get AsusWrt router info from nvram."""
|
||||
info = {}
|
||||
try:
|
||||
|
Reference in New Issue
Block a user