Don't set state on update - state already handles this
This commit is contained in:
@@ -122,7 +122,6 @@ class WUndergroundSensor(Entity):
|
||||
def update(self):
|
||||
"""Update current conditions."""
|
||||
self.rest.update()
|
||||
self._state = self.rest.data
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user