Fix issues with SimpliSafe email-based 2FA (#71180)

* FIx issues with email-based SimpliSafe 2FA

* Bump
This commit is contained in:
Aaron Bach 2022-05-01 22:50:39 -06:00 committed by GitHub
parent 63679d3d29
commit 802adaf43c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 17 deletions

View file

@ -3,7 +3,7 @@
"name": "SimpliSafe",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/simplisafe",
"requirements": ["simplisafe-python==2022.04.1"],
"requirements": ["simplisafe-python==2022.05.0"],
"codeowners": ["@bachya"],
"iot_class": "cloud_polling",
"dhcp": [

View file

@ -32,7 +32,7 @@
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"progress": {
"email_2fa": "Input the two-factor authentication code\nsent to you via email."
"email_2fa": "Check your email for a verification link from Simplisafe."
}
},
"options": {

View file

@ -3,23 +3,16 @@
"abort": {
"already_configured": "This SimpliSafe account is already in use.",
"email_2fa_timed_out": "Timed out while waiting for email-based two-factor authentication.",
"reauth_successful": "Re-authentication was successful",
"wrong_account": "The user credentials provided do not match this SimpliSafe account."
"reauth_successful": "Re-authentication was successful"
},
"error": {
"2fa_timed_out": "Timed out while waiting for two-factor authentication",
"identifier_exists": "Account already registered",
"invalid_auth": "Invalid authentication",
"still_awaiting_mfa": "Still awaiting MFA email click",
"unknown": "Unexpected error"
},
"progress": {
"email_2fa": "Input the two-factor authentication code\nsent to you via email."
"email_2fa": "Check your email for a verification link from Simplisafe."
},
"step": {
"mfa": {
"title": "SimpliSafe Multi-Factor Authentication"
},
"reauth_confirm": {
"data": {
"password": "Password"
@ -35,13 +28,10 @@
},
"user": {
"data": {
"auth_code": "Authorization Code",
"code": "Code (used in Home Assistant UI)",
"password": "Password",
"username": "Username"
},
"description": "Input your username and password.",
"title": "Fill in your information."
"description": "Input your username and password."
}
}
},

View file

@ -2156,7 +2156,7 @@ simplehound==0.3
simplepush==1.1.4
# homeassistant.components.simplisafe
simplisafe-python==2022.04.1
simplisafe-python==2022.05.0
# homeassistant.components.sisyphus
sisyphus-control==3.1.2

View file

@ -1407,7 +1407,7 @@ sharkiq==0.0.1
simplehound==0.3
# homeassistant.components.simplisafe
simplisafe-python==2022.04.1
simplisafe-python==2022.05.0
# homeassistant.components.slack
slackclient==2.5.0