Increase timeout for SimpliSafe email-based 2FA to 10 minutes (#72115)
Increase timeout for SimpliSafe email-based 2FAA to 10 minutespull/72117/head
parent
d8a580a90f
commit
506d09d058
|
@ -20,7 +20,7 @@ from homeassistant.helpers import aiohttp_client, config_validation as cv
|
|||
from .const import DOMAIN, LOGGER
|
||||
|
||||
DEFAULT_EMAIL_2FA_SLEEP = 3
|
||||
DEFAULT_EMAIL_2FA_TIMEOUT = 300
|
||||
DEFAULT_EMAIL_2FA_TIMEOUT = 600
|
||||
|
||||
STEP_REAUTH_SCHEMA = vol.Schema(
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue