Change discovery timeout from 10 to 60 (#48924)
parent
155322584d
commit
65c39bbd92
homeassistant/components/hassio
|
@ -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…
Reference in New Issue