Skip to content

Commit 943417e

Browse files
chore(pre-commit.ci): auto fixes
1 parent f13d7db commit 943417e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/xiaomi_ble/devices.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,11 @@ class DeviceEntry:
257257
}
258258

259259

260-
SLEEPY_DEVICE_MODELS = {"CGH1", "JTYJGD03MI", "MCCGQ02HL", "RTCGQ02LM", "MMC-W505", "RS1BB(MI)"}
260+
SLEEPY_DEVICE_MODELS = {
261+
"CGH1",
262+
"JTYJGD03MI",
263+
"MCCGQ02HL",
264+
"RTCGQ02LM",
265+
"MMC-W505",
266+
"RS1BB(MI)",
267+
}

0 commit comments

Comments
 (0)