We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509b393 commit 7021beeCopy full SHA for 7021bee
.gitignore
@@ -1,5 +1,5 @@
1
__pycache__
2
-idea/
+.idea/
3
.idea/workspace.xml
4
.idea/vcs.xml
5
.idea/inspectionProfiles/Project_Default.xml
custom_components/ble_monitor/test/test_xiaomi_parser.py
@@ -321,7 +321,8 @@ def test_Xiaomi_M1S_T500(self):
321
assert sensor_msg["mac"] == "E67143175B11"
322
assert sensor_msg["packet"] == 55
323
assert sensor_msg["data"]
324
- assert sensor_msg["toothbrush mode"] == 3
+ assert sensor_msg["toothbrush"] == 1
325
+ assert sensor_msg["counter"] == 3
326
assert sensor_msg["rssi"] == -36
327
328
def test_Xiaomi_ZNMS16LM_fingerprint(self):
0 commit comments