Skip to content

Commit

Permalink
Use config flow base strings (home-assistant#35494)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrike authored May 11, 2020
1 parent 31ee54c commit 6d9f561
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions homeassistant/components/point/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"config": {
"step": {
"user": {
"title": "Authentication Provider",
"description": "Pick via which authentication provider you want to authenticate with Point.",
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]",
"description": "[%key:common::config_flow::description::confirm_setup%]",
"data": { "flow_impl": "Provider" }
},
"auth": {
Expand All @@ -12,17 +12,17 @@
}
},
"create_entry": {
"default": "Successfully authenticated with Minut for your Point device(s)"
"default": "[%key:common::config_flow::create_entry::authenticated%]"
},
"error": {
"no_token": "Not authenticated with Minut",
"no_token": "[%key:common::config_flow::error::invalid_access_token%]",
"follow_link": "Please follow the link and authenticate before pressing Submit"
},
"abort": {
"already_setup": "You can only configure a Point account.",
"already_setup": "[%key:common::config_flow::abort::single_instance_allowed%]",
"external_setup": "Point successfully configured from another flow.",
"no_flows": "You need to configure Point before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/point/).",
"authorize_url_timeout": "Timeout generating authorize url.",
"no_flows": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"authorize_url_fail": "Unknown error generating an authorize url."
}
}
Expand Down

0 comments on commit 6d9f561

Please sign in to comment.