Compare commits

..

1 Commits

Author SHA1 Message Date
91a6c36e80 Update yto v1.1.2 2026-02-05 21:30:07 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ class GeoRideActiveSubscriptionBinarySensorEntity(GeoRideBinarySensorEntity):
tracker_device: Device):
"""Set up Georide entity."""
super().__init__(coordinator, tracker_device)
self.entity_id = f"{ENTITY_ID_FORMAT.format('is_active_subscription')}_{tracker_device.tracker.tracker_id}"# pylint: disable=C0301
self.entity_id = f"{ENTITY_ID_FORMAT.format('is_active_subscription_')}_{tracker_device.tracker.tracker_id}"# pylint: disable=C0301
@property
def entity_category(self):

View File

@@ -52,7 +52,7 @@ class Device:
elif self._tracker.version == 3:
if self._tracker.model == 'georide-3':
name = "GeoRide 3"
elif self._tracker.model == 'georide-3s':
else if self._tracker.model == 'georide-3s':
name = "GeoRide 3S"
else:
name = "GeoRide Mini"