Change discovery timeout from 10 to 60 ()

pull/49125/head
Joakim Sørensen 2021-04-09 16:44:02 +02:00 committed by GitHub
parent 155322584d
commit 65c39bbd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
homeassistant/components/hassio

View File

@ -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):