mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Fix hassio command timeout (#17567)
* fix hassio command timeout * Increased command timeout
This commit is contained in:
parent
7caddd48cd
commit
782a90a535
@ -105,7 +105,7 @@ class HassIO:
|
|||||||
|
|
||||||
This method return a coroutine.
|
This method return a coroutine.
|
||||||
"""
|
"""
|
||||||
return self.send_command("/homeassistant/check", timeout=300)
|
return self.send_command("/homeassistant/check", timeout=600)
|
||||||
|
|
||||||
@_api_data
|
@_api_data
|
||||||
def retrieve_discovery_messages(self):
|
def retrieve_discovery_messages(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user