mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
and pylint...
This commit is contained in:
@@ -54,7 +54,7 @@ class VerisureAlarm(alarm.AlarmControlPanel):
|
||||
def update(self):
|
||||
''' update alarm status '''
|
||||
verisure.update()
|
||||
|
||||
|
||||
if verisure.STATUS[self._device][self._id].status == 'unarmed':
|
||||
self._state = STATE_ALARM_DISARMED
|
||||
elif verisure.STATUS[self._device][self._id].status == 'armedhome':
|
||||
|
Reference in New Issue
Block a user