Add event emitter interval

This commit is contained in:
2019-10-27 17:31:36 +01:00
parent 55a0f08a0a
commit 7047ef71ae
3 changed files with 80 additions and 19 deletions

View File

@@ -81,7 +81,12 @@ class GeorideTrackerEntity(TrackerEntity):
@property
def location_accuracy(self):
""" return the gps accuracy of georide (could not be aquired, then 10) """
return 10
return 20
@property
def icon(self):
return "mdi:map-marker"
@property
def device_info(self):