Skip to content

Commit

Permalink
Device_tracker change from force update to poll.
Browse files Browse the repository at this point in the history
  • Loading branch information
Farfar committed Oct 14, 2021
1 parent d7aa1c1 commit fff7aef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/skodaconnect/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ def source_type(self):
"""Return the source type, eg gps or router, of the device."""
return SOURCE_TYPE_GPS

@property
def force_update(self):
"""All updates do not need to be written to the state machine."""
return False

@property
def icon(self):
"""Return the icon."""
Expand Down

0 comments on commit fff7aef

Please sign in to comment.