Skip to content

Commit

Permalink
Device tracker entities based on GPS should always publish updates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Feb 8, 2020
1 parent 1093e25 commit ca1319e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions homeassistant/components/device_tracker/config_entry.py
Expand Up @@ -61,6 +61,11 @@ def state_attributes(self):
class TrackerEntity(BaseTrackerEntity):
"""Represent a tracked device."""

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

@property
def location_accuracy(self):
"""Return the location accuracy of the device.
Expand Down

0 comments on commit ca1319e

Please sign in to comment.