Increase time to authorize OctoPrint (#59051)

This commit is contained in:
Franck Nijhof 2021-11-04 11:06:17 +01:00 committed by GitHub
parent 2f3dea30e2
commit 50a1e908c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.