Increase timeout for SimpliSafe email-based 2FA to 10 minutes (#72115)

Increase timeout for SimpliSafe email-based 2FAA to 10 minutes
This commit is contained in:
Aaron Bach 2022-05-18 17:27:58 -06:00 committed by GitHub
parent d8a580a90f
commit 506d09d058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(
{