Increase august timeout and make failure to sync at startup non-fatal (#65281)
This commit is contained in:
parent
2f6bf08165
commit
8c9bd6e790
6 changed files with 54 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue