Skip to content

Commit 30c9dfd

Browse files
Add RS1BB(MI) to sleepy devices (#83)
* fix: add RS1BB(MI) to sleepy devices * chore(pre-commit.ci): auto fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0ee3610 commit 30c9dfd

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"}
260+
SLEEPY_DEVICE_MODELS = {
261+
"CGH1",
262+
"JTYJGD03MI",
263+
"MCCGQ02HL",
264+
"RTCGQ02LM",
265+
"MMC-W505",
266+
"RS1BB(MI)",
267+
}

0 commit comments

Comments
 (0)