Increase august timeout and make failure to sync at startup non-fatal (#65281)

This commit is contained in:
J. Nick Koston
2022-01-30 22:50:49 -06:00
committed by GitHub
parent 2f6bf08165
commit 8c9bd6e790
6 changed files with 54 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ from datetime import timedelta
from homeassistant.const import Platform
DEFAULT_TIMEOUT = 10
DEFAULT_TIMEOUT = 15
CONF_ACCESS_TOKEN_CACHE_FILE = "access_token_cache_file"
CONF_LOGIN_METHOD = "login_method"