mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 19:18:20 +00:00
that entities will always get mapped to the same property ZPID code.
This commit is contained in:
parent
0caa27094e
commit
e6c5cc92d1
@ -66,6 +66,11 @@ class ZestimateDataSensor(Entity):
|
||||
self.data = None
|
||||
self.address = None
|
||||
self._state = None
|
||||
|
||||
@property
|
||||
def unique_id(self):
|
||||
"""Return the ZPID."""
|
||||
return self.params['zpid']
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user