mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Remove extraneous update call in SimpliSafe (#23680)
This commit is contained in:
@@ -119,8 +119,6 @@ class SimpliSafeAlarm(alarm.AlarmControlPanel):
|
|||||||
"""Update alarm status."""
|
"""Update alarm status."""
|
||||||
from simplipy.system import SystemStates
|
from simplipy.system import SystemStates
|
||||||
|
|
||||||
await self._system.update()
|
|
||||||
|
|
||||||
self._attrs[ATTR_ALARM_ACTIVE] = self._system.alarm_going_off
|
self._attrs[ATTR_ALARM_ACTIVE] = self._system.alarm_going_off
|
||||||
if self._system.temperature:
|
if self._system.temperature:
|
||||||
self._attrs[ATTR_TEMPERATURE] = self._system.temperature
|
self._attrs[ATTR_TEMPERATURE] = self._system.temperature
|
||||||
|
Reference in New Issue
Block a user