Fix device tracker TrackerEntity defaults (#32459)

This commit is contained in:
Paulus Schoutsen 2020-03-04 00:43:52 -08:00 committed by GitHub
parent af76a336af
commit 7678d66464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 26 additions and 42 deletions

View file

@ -61,11 +61,6 @@ class LocativeEntity(TrackerEntity):
"""Return the name of the device."""
return self._name
@property
def should_poll(self):
"""No polling needed."""
return False
@property
def source_type(self):
"""Return the source type, eg gps or router, of the device."""