Commit cd061e1 1 parent 16d2443 commit cd061e1 Copy full SHA for cd061e1
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ class DeviceEntry:
80
80
0x2AEB : DeviceEntry (
81
81
name = "Motion Sensor" ,
82
82
model = "HS1BB(MI)" ,
83
+ ),
84
+ 0x3F0F : DeviceEntry (
85
+ name = "Flood and Rain Sensor" ,
86
+ model = "RS1BB(MI)"
83
87
),
84
88
0x01AA : DeviceEntry (
85
89
name = "Temperature/Humidity Sensor" ,
@@ -253,10 +257,6 @@ class DeviceEntry:
253
257
name = "Odor Eliminator" ,
254
258
model = "SU001-T" ,
255
259
),
256
- 0x3F0F : DeviceEntry (
257
- name = "Flood and Rain Sensor" ,
258
- model = "RS1BB"
259
- ),
260
260
}
261
261
262
262
Original file line number Diff line number Diff line change @@ -2492,10 +2492,10 @@ def test_Xiaomi_RS1BB_MI_obj4806():
2492
2492
assert device .supported (advertisement )
2493
2493
assert device .bindkey_verified
2494
2494
assert device .update (advertisement ) == SensorUpdate (
2495
- title = "Flood and Rain Sensor 4C67 (RS1BB)" ,
2495
+ title = "Flood and Rain Sensor 4C67 (RS1BB(MI) )" ,
2496
2496
devices = {
2497
2497
None : SensorDeviceInfo (
2498
- name = "Flood and Rain Sensor" ,
2498
+ name = "Flood and Rain Sensor 4C67 " ,
2499
2499
manufacturer = "Xiaomi" ,
2500
2500
model = "RS1BB(MI)" ,
2501
2501
hw_version = None ,
You can’t perform that action at this time.
0 commit comments