mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Remove extraneous update call in SimpliSafe (#23680)
This commit is contained in:
parent
c309bd9ff0
commit
1d2c5cb53c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user