Skip to content

Commit

Permalink
Config Flow for august
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Feb 24, 2020
1 parent 1a21d9e commit 741049f
Show file tree
Hide file tree
Showing 20 changed files with 1,038 additions and 368 deletions.
32 changes: 32 additions & 0 deletions homeassistant/components/august/.translations/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"config" : {
"error" : {
"unknown" : "Unexpected error",
"cannot_connect" : "Failed to connect, please try again",
"invalid_auth" : "Invalid authentication"
},
"abort" : {
"already_configured" : "Account is already configured"
},
"step" : {
"validation" : {
"title" : "Two factor authentication",
"data" : {
"code" : "Verification code"
},
"description" : "Please check your {login_method} ({username}) and enter the verification code below"
},
"user" : {
"description" : "If the Login Method is 'email', Username is the email address. If the Login Method is 'phone', Username is the phone number in the format '+NNNNNNNNN'.",
"data" : {
"timeout" : "Timeout (seconds)",
"password" : "Password",
"username" : "Username",
"login_method" : "Login Method"
},
"title" : "Setup an August account"
}
},
"title" : "August"
}
}
Loading

0 comments on commit 741049f

Please sign in to comment.