mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Increase time to authorize OctoPrint (#59051)
This commit is contained in:
parent
2f3dea30e2
commit
50a1e908c4
@ -189,7 +189,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
|
||||
try:
|
||||
user_input[CONF_API_KEY] = await octoprint.request_app_key(
|
||||
"Home Assistant", user_input[CONF_USERNAME], 30
|
||||
"Home Assistant", user_input[CONF_USERNAME], 300
|
||||
)
|
||||
finally:
|
||||
# Continue the flow after show progress when the task is done.
|
||||
|
Loading…
x
Reference in New Issue
Block a user