mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Ensure SimpliSafe alarm control panels can return from being offline (#28710)
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user