Fix hassio command timeout (#17567)
* fix hassio command timeout * Increased command timeout
This commit is contained in:
parent
7caddd48cd
commit
782a90a535
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue