Remove extraneous update call in SimpliSafe (#23680)

This commit is contained in:
Aaron Bach 2019-05-04 17:32:33 -06:00 committed by GitHub
parent c309bd9ff0
commit 1d2c5cb53c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,8 +119,6 @@ class SimpliSafeAlarm(alarm.AlarmControlPanel):
"""Update alarm status."""
from simplipy.system import SystemStates
await self._system.update()
self._attrs[ATTR_ALARM_ACTIVE] = self._system.alarm_going_off
if self._system.temperature:
self._attrs[ATTR_TEMPERATURE] = self._system.temperature