mirror of
https://github.com/home-assistant/core.git
synced 2025-06-28 00:47:10 +00:00
Don't call update on init of sensor
This commit is contained in:
parent
afef255a25
commit
ecb4eb843b
@ -94,7 +94,6 @@ class WUndergroundSensor(Entity):
|
|||||||
self.rest = rest
|
self.rest = rest
|
||||||
self._condition = condition
|
self._condition = condition
|
||||||
self._unit_of_measurement = None
|
self._unit_of_measurement = None
|
||||||
self.update()
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self):
|
def name(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user