Remove not needed call to update (#8930)

* This will ensure no I/O in entity properties.
pull/8919/head
Martin Hjelmare 2017-08-12 04:55:57 +02:00 committed by Paulus Schoutsen
parent 8523aaca64
commit 956543ae1e
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ class RachioZone(SwitchDevice):
@property
def is_on(self):
"""Whether the zone is currently running."""
self._device.update()
schedule = self._device.current_schedule
return self.zone_id == schedule.get('zoneId')