diff --git a/custom_components/georide/device.py b/custom_components/georide/device.py index 65fe47a..08c71f4 100644 --- a/custom_components/georide/device.py +++ b/custom_components/georide/device.py @@ -52,6 +52,8 @@ class Device: elif self._tracker.version == 3: if self._tracker.model == 'georide-3': name = "GeoRide 3" + else if self._tracker.model == 'georide-3s': + name = "GeoRide 3S" else: name = "GeoRide Mini" else: