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 dc3a337 commit a007228Copy full SHA for a007228
airos/airos8.py
@@ -207,7 +207,7 @@ async def status(self) -> dict:
207
response_json = json.loads(response_text)
208
if (
209
"host" not in response_json
210
- or "device_id" not in response_json
+ or "device_id" not in response_json["host"]
211
):
212
logger.error(
213
"Source data missing 'host' or 'device_id' keys"
0 commit comments