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 fd7fa38 commit 7265610Copy full SHA for 7265610
roborock/devices/device_manager.py
@@ -4,7 +4,7 @@
4
import enum
5
import logging
6
from collections.abc import Callable, Mapping
7
-from dataclasses import asdict, dataclass
+from dataclasses import dataclass
8
from typing import Any
9
10
import aiohttp
roborock/diagnostics.py
@@ -106,13 +106,12 @@ def reset(self) -> None:
106
"name",
107
"productId",
108
"ipAddress",
109
- "mac",
110
"wifiName",
111
"lat",
112
"long",
113
}
114
KEEP_KEYS = {
115
- # Product information no unique per user
+ # Product information not unique per user
116
"product.id",
117
"product.schema.id",
118
"product.schema.name",
0 commit comments