Update sensor.py

pull/23792/head
Paulus Schoutsen 2019-05-09 22:01:37 -07:00 committed by GitHub
parent 281445917b
commit 369afd7ddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class ZestimateDataSensor(Entity):
self.data = None self.data = None
self.address = None self.address = None
self._state = None self._state = None
@property @property
def unique_id(self): def unique_id(self):
"""Return the ZPID.""" """Return the ZPID."""