We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8402bea commit 14b270aCopy full SHA for 14b270a
homeassistant/components/asuswrt/bridge.py
@@ -87,7 +87,7 @@ def _handle_errors_and_zip(
87
"""Run library methods and zip results or manage exceptions."""
88
89
@functools.wraps(func)
90
- async def _wrapper(self: _AsusWrtBridgeT) -> dict[str, Any]:
+ async def _wrapper(self: _AsusWrtBridgeT) -> dict[str, str]:
91
try:
92
data = await func(self)
93
except exceptions as exc:
0 commit comments