Fix hassio command timeout (#17567)

* fix hassio command timeout

* Increased command timeout
This commit is contained in:
alex9446 2018-11-03 11:04:18 +01:00 committed by Paulus Schoutsen
parent 7caddd48cd
commit 782a90a535

View file

@ -105,7 +105,7 @@ class HassIO:
This method return a coroutine.
"""
return self.send_command("/homeassistant/check", timeout=300)
return self.send_command("/homeassistant/check", timeout=600)
@_api_data
def retrieve_discovery_messages(self):