mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Change Unifi timeout (#20606)
This commit is contained in:
committed by
Robert Svensson
parent
ec4495bd0c
commit
a011048a4e
@@ -114,7 +114,7 @@ async def get_controller(
|
||||
)
|
||||
|
||||
try:
|
||||
with async_timeout.timeout(5):
|
||||
with async_timeout.timeout(10):
|
||||
await controller.login()
|
||||
return controller
|
||||
|
||||
|
Reference in New Issue
Block a user