Fix force_refresh_trackers_beacon

This commit is contained in:
2022-03-04 17:53:51 +01:00
parent e92ac1825d
commit 4dc091525e
2 changed files with 4 additions and 8 deletions

View File

@@ -111,11 +111,7 @@ class GeoRideOdometerKmSensorEntity(CoordinatorEntity, SensorEntity):
self._state = 0
self._hass = hass
@property
def entity_category(self):
return EntityCategory.DIAGNOSTIC
@property
def unique_id(self):
"""Return the unique ID."""