Skip to content

Commit

Permalink
Use common strings for somfy config flow (#41150)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBie1221 authored Oct 3, 2020
1 parent 8e9e44e commit fc92579
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions homeassistant/components/somfy/strings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"config": {
"step": {
"pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" }
"pick_implementation": {
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"authorize_url_timeout": "Timeout generating authorize url.",
"missing_configuration": "The Somfy component is not configured. Please follow the documentation.",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]"
},
"create_entry": {
Expand Down

0 comments on commit fc92579

Please sign in to comment.