mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add missing function signature (#51153)
This commit is contained in:
parent
65f2fe9c01
commit
69e454fd49
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user