Change discovery timeout from 10 to 60 (#48924)
This commit is contained in:
parent
155322584d
commit
65c39bbd92
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class HassIO:
|
|||
|
||||
This method return a coroutine.
|
||||
"""
|
||||
return self.send_command("/discovery", method="get")
|
||||
return self.send_command("/discovery", method="get", timeout=60)
|
||||
|
||||
@api_data
|
||||
def get_discovery_message(self, uuid):
|
||||
|
|
Loading…
Add table
Reference in a new issue