diff --git a/custom_components/ble_monitor/const.py b/custom_components/ble_monitor/const.py index 115090fc..74e99d3f 100755 --- a/custom_components/ble_monitor/const.py +++ b/custom_components/ble_monitor/const.py @@ -2103,7 +2103,6 @@ class BLEMonitorBinarySensorEntityDescription( 'BEC07-5' : 'Jinou', 'iBeacon' : 'Apple', 'AltBeacon' : 'Radius Networks', - 'EClerk Eco' : 'Relsib', 'Air Mentor Pro 2' : 'Air Mentor', 'Air Mentor 2S' : 'Air Mentor', 'bluSensor Mini' : 'Almendo', @@ -2112,7 +2111,7 @@ class BLEMonitorBinarySensorEntityDescription( 'Laica Smart Scale' : 'Laica', 'K6 Sensor Beacon' : 'KKM', 'SmartDry cloth dryer' : 'SmartDry', - 'Senssun Smart Scale' : 'Senssun', + 'Senssun Smart Scale' : 'Senssun', } diff --git a/custom_components/ble_monitor/manifest.json b/custom_components/ble_monitor/manifest.json index df748653..cfaa88a9 100644 --- a/custom_components/ble_monitor/manifest.json +++ b/custom_components/ble_monitor/manifest.json @@ -14,5 +14,5 @@ "btsocket>=0.2.0", "pyric>=0.1.6.3" ], - "version": "12.16.0" + "version": "12.17.0" }