Skip to content

Commit

Permalink
Merge pull request #1400 from custom-components/Relsib-fix
Browse files Browse the repository at this point in the history
Fix relsib
  • Loading branch information
Ernst79 authored Nov 8, 2024
2 parents bd00ce1 + 7fabe01 commit 78b3d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions custom_components/ble_monitor/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
}


Expand Down
2 changes: 1 addition & 1 deletion custom_components/ble_monitor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"btsocket>=0.2.0",
"pyric>=0.1.6.3"
],
"version": "12.16.0"
"version": "12.17.0"
}

0 comments on commit 78b3d9a

Please sign in to comment.