We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534b728 commit bf99b6cCopy full SHA for bf99b6c
custom_components/ble_monitor/const.py
@@ -1717,7 +1717,7 @@ class BLEMonitorBinarySensorEntityDescription(
1717
'Laica Smart Scale' : [["weight", "impedance", "rssi"], [], []],
1718
"Acconeer XM122" : [["temperature", "battery", "rssi"], [], ["motion"]],
1719
"Acconeer XM126" : [["temperature", "battery", "rssi"], [], ["motion"]],
1720
- "Acconeer XM126 Distance" : [["temperature", "battery", "rssi"], [], ["distance_mm"]],
+ "Acconeer XM126 Distance" : [["temperature", "battery", "rssi"], ["distance_mm"], []],
1721
'K6 Sensor Beacon' : [["temperature", "humidity", "acceleration", "voltage", "battery", "rssi"], [], []],
1722
'DSL-C08' : [["battery", "rssi", "voltage"], [], ["lock", "childlock"]],
1723
'SmartDry cloth dryer' : [["temperature", "humidity", "voltage", "battery", "shake", "rssi"], [], ["switch"]],
0 commit comments