@@ -523,6 +523,26 @@ class BLEMonitorBinarySensorEntityDescription(
523
523
device_class = BinarySensorDeviceClass .POWER ,
524
524
force_update = True ,
525
525
),
526
+ BLEMonitorBinarySensorEntityDescription (
527
+ key = "reset" ,
528
+ sensor_class = "BaseBinarySensor" ,
529
+ update_behavior = "Instantly" ,
530
+ name = "reset" ,
531
+ unique_id = "reset_" ,
532
+ icon = "mdi:arrow-u-left-top" ,
533
+ device_class = None ,
534
+ force_update = True ,
535
+ ),
536
+ BLEMonitorBinarySensorEntityDescription (
537
+ key = "pressure state" ,
538
+ sensor_class = "BaseBinarySensor" ,
539
+ update_behavior = "Instantly" ,
540
+ name = "pressure state" ,
541
+ unique_id = "pressure_state_" ,
542
+ icon = "mdi:car-brake-low-pressure" ,
543
+ device_class = None ,
544
+ force_update = False ,
545
+ ),
526
546
)
527
547
528
548
@@ -1780,6 +1800,7 @@ class BLEMonitorBinarySensorEntityDescription(
1780
1800
'K9BB-1BTN' : [["battery" , "rssi" ], ["one btn switch" ], []],
1781
1801
'MS1BB(MI)' : [["battery" , "rssi" ], ["button" ], ["opening" ]],
1782
1802
'HS1BB(MI)' : [["illuminance" , "battery" , "rssi" ], [], ["motion" ]],
1803
+ 'PS1BB' : [["battery" , "rssi" ], [], ["reset" , "pressure state" ]],
1783
1804
'XMPIRO2SXS' : [["illuminance" , "battery" , "rssi" ], [], ["motion" ]],
1784
1805
'XMWXKG01YL' : [["rssi" ], ["two btn switch left" , "two btn switch right" ], []],
1785
1806
'XMWXKG01LM' : [["battery" , "rssi" ], ["one btn switch" ], []],
@@ -1790,7 +1811,6 @@ class BLEMonitorBinarySensorEntityDescription(
1790
1811
'YLYK01YL-VENFAN' : [["rssi" ], ["ventilator fan remote" ], []],
1791
1812
'YLYB01YL-BHFRC' : [["rssi" ], ["bathroom heater remote" ], []],
1792
1813
'YLKG07YL/YLKG08YL' : [["rssi" ], ["dimmer" ], []],
1793
- 'PS1BB' : [["battery" , "rssi" ], [], []],
1794
1814
'SU001-T' : [["battery" , "rssi" ], [], ["motion" , "switch" ]],
1795
1815
'ATC' : [["temperature" , "humidity" , "battery" , "voltage" , "rssi" ], [], ["switch" , "opening" ]],
1796
1816
'Mi Scale V1' : [["rssi" ], ["weight" , "non-stabilized weight" ], ["weight removed" ]],
0 commit comments