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

Increase timeout for SimpliSafe email-based 2FAA to 10 minutes
pull/72117/head
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
1 changed files with 1 additions and 1 deletions

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