mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Don't set state on update - state already handles this
This commit is contained in:
parent
e54ba5ff72
commit
466dd35f3d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user