Skip to content

Commit 1405579

Browse files
committed
chore: Remove stale comment in roborock_client_a01.py
1 parent 9f039c0 commit 1405579

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roborock/version_a01_apis/roborock_client_a01.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
_LOGGER = logging.getLogger(__name__)
4141

4242

43-
# Right now this cache is not active, it was too much complexity for the initial addition of dyad.
4443
DYAD_PROTOCOL_ENTRIES: dict[RoborockDyadDataProtocol, Callable] = {
4544
RoborockDyadDataProtocol.STATUS: lambda val: RoborockDyadStateCode(val).name,
4645
RoborockDyadDataProtocol.SELF_CLEAN_MODE: lambda val: DyadSelfCleanMode(val).name,

0 commit comments

Comments
 (0)