Fix update beacon, Add speedometer, Add update on tracker properties change

This commit is contained in:
2022-03-06 12:46:50 +01:00
parent 0ee5a9ad12
commit 9719f26631
3 changed files with 69 additions and 1 deletions

View File

@@ -250,6 +250,10 @@ class GeoRideMovingBinarySensorEntity(GeoRideBinarySensorEntity):
super().__init__(coordinator, tracker_device)
self.entity_id = f"{ENTITY_ID_FORMAT.format('moving')}.{tracker_device.tracker.tracker_id}"# pylint: disable=C0301
@property
def entity_category(self):
return EntityCategory.DIAGNOSTIC
@property
def unique_id(self):
"""Return the unique ID."""