mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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:
parent
d8a580a90f
commit
506d09d058
@ -20,7 +20,7 @@ from homeassistant.helpers import aiohttp_client, config_validation as cv
|
|||||||
from .const import DOMAIN, LOGGER
|
from .const import DOMAIN, LOGGER
|
||||||
|
|
||||||
DEFAULT_EMAIL_2FA_SLEEP = 3
|
DEFAULT_EMAIL_2FA_SLEEP = 3
|
||||||
DEFAULT_EMAIL_2FA_TIMEOUT = 300
|
DEFAULT_EMAIL_2FA_TIMEOUT = 600
|
||||||
|
|
||||||
STEP_REAUTH_SCHEMA = vol.Schema(
|
STEP_REAUTH_SCHEMA = vol.Schema(
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user