mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Increase august timeout and make failure to sync at startup non-fatal (#65281)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user