Skip to content

Commit 6da6864

Browse files
authored
Fix relsib
1 parent bd00ce1 commit 6da6864

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

custom_components/ble_monitor/const.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,6 @@ class BLEMonitorBinarySensorEntityDescription(
21032103
'BEC07-5' : 'Jinou',
21042104
'iBeacon' : 'Apple',
21052105
'AltBeacon' : 'Radius Networks',
2106-
'EClerk Eco' : 'Relsib',
21072106
'Air Mentor Pro 2' : 'Air Mentor',
21082107
'Air Mentor 2S' : 'Air Mentor',
21092108
'bluSensor Mini' : 'Almendo',
@@ -2112,7 +2111,7 @@ class BLEMonitorBinarySensorEntityDescription(
21122111
'Laica Smart Scale' : 'Laica',
21132112
'K6 Sensor Beacon' : 'KKM',
21142113
'SmartDry cloth dryer' : 'SmartDry',
2115-
'Senssun Smart Scale' : 'Senssun',
2114+
'Senssun Smart Scale' : 'Senssun',
21162115
}
21172116

21182117

0 commit comments

Comments
 (0)