mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +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
|
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."""
|
"""Get AsusWrt router info from nvram."""
|
||||||
info = {}
|
info = {}
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user