Don't call update on init of sensor

This commit is contained in:
Teagan M. Glenn 2016-08-17 22:30:03 -06:00
parent afef255a25
commit ecb4eb843b

View file

@ -94,7 +94,6 @@ class WUndergroundSensor(Entity):
self.rest = rest
self._condition = condition
self._unit_of_measurement = None
self.update()
@property
def name(self):