From 177594f02c26a98d52145c9bbfaedeb48ecc30cf Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 9 May 2019 22:01:37 -0700 Subject: [PATCH] Update sensor.py --- homeassistant/components/zestimate/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/zestimate/sensor.py b/homeassistant/components/zestimate/sensor.py index cb823dab0de..10467b20cfa 100644 --- a/homeassistant/components/zestimate/sensor.py +++ b/homeassistant/components/zestimate/sensor.py @@ -66,7 +66,7 @@ class ZestimateDataSensor(Entity): self.data = None self.address = None self._state = None - + @property def unique_id(self): """Return the ZPID."""