Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Update device_tracker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dscao authored Jun 12, 2022
1 parent 5b809f1 commit 1617b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/gooddriver/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def icon(self):

@property
def source_type(self):
return "GPS"
return "gps"

@property
def latitude(self):
Expand All @@ -120,7 +120,7 @@ def longitude(self):

@property
def location_accuracy(self):
return 10
return 0

@property
def state_attributes(self):
Expand Down

0 comments on commit 1617b84

Please sign in to comment.