mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Fix I/O in event loop by Arlo alarm control panel (#9738)
This commit is contained in:
committed by
Fabian Affolter
parent
c1f156fd2b
commit
9eff9fa703
@@ -68,8 +68,7 @@ class ArloBaseStation(AlarmControlPanel):
|
||||
"""Return the state of the device."""
|
||||
return self._state
|
||||
|
||||
@asyncio.coroutine
|
||||
def async_update(self):
|
||||
def update(self):
|
||||
"""Update the state of the device."""
|
||||
# PyArlo sometimes returns None for mode. So retry 3 times before
|
||||
# returning None.
|
||||
|
Reference in New Issue
Block a user