We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba4d22c + c11dc1a commit c653978Copy full SHA for c653978
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