mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Ensure SimpliSafe alarm control panels can return from being offline (#28710)
This commit is contained in:
parent
cfa689c3a6
commit
a89b4011ee
@ -133,6 +133,8 @@ class SimpliSafeAlarm(SimpliSafeEntity, AlarmControlPanel):
|
||||
self._online = False
|
||||
return
|
||||
|
||||
self._online = True
|
||||
|
||||
if self._system.state == SystemStates.off:
|
||||
self._state = STATE_ALARM_DISARMED
|
||||
elif self._system.state in (SystemStates.home, SystemStates.home_count):
|
||||
|
Loading…
x
Reference in New Issue
Block a user