mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Change discovery timeout from 10 to 60 (#48924)
This commit is contained in:
parent
155322584d
commit
65c39bbd92
@ -148,7 +148,7 @@ class HassIO:
|
|||||||
|
|
||||||
This method return a coroutine.
|
This method return a coroutine.
|
||||||
"""
|
"""
|
||||||
return self.send_command("/discovery", method="get")
|
return self.send_command("/discovery", method="get", timeout=60)
|
||||||
|
|
||||||
@api_data
|
@api_data
|
||||||
def get_discovery_message(self, uuid):
|
def get_discovery_message(self, uuid):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user