mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-23 12:15:13 +01:00
Increase ListEntitiesRequest timeout to 30 seconds (#234)
This commit is contained in:
parent
b5a85fbed4
commit
5831eb5f2a
@ -282,7 +282,7 @@ class APIClient:
|
||||
|
||||
assert self._connection is not None
|
||||
resp = await self._connection.send_message_await_response_complex(
|
||||
ListEntitiesRequest(), do_append, do_stop, timeout=5
|
||||
ListEntitiesRequest(), do_append, do_stop, timeout=30
|
||||
)
|
||||
entities: List[EntityInfo] = []
|
||||
services: List[UserService] = []
|
||||
|
Loading…
Reference in New Issue
Block a user