Skip to content

Commit 0ee2592

Browse files
authored
Handle single_instance_allowed centrally (home-assistant#181143)
1 parent 5a80328 commit 0ee2592

60 files changed

Lines changed: 137 additions & 136 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

homeassistant/components/cielo_home/strings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"config": {
33
"abort": {
4-
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
5-
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
4+
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
65
},
76
"error": {
87
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",

homeassistant/components/deako/strings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"config": {
3-
"abort": {
4-
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
5-
},
63
"step": {
74
"confirm": {
85
"description": "Please confirm setting up the Deako integration"

homeassistant/components/dialogflow/strings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"config": {
33
"abort": {
44
"reconfigure_successful": "**Reconfiguration was successful**\n\nGo to the [webhook service of Dialogflow]({dialogflow_url}) and update the webhook with following settings:\n\n- URL: `{webhook_url}`\n- Method: POST\n- Content Type: application/json\n\nSee [the documentation]({docs_url}) for further details.",
5-
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
65
"webhook_not_internet_accessible": "[%key:common::config_flow::abort::webhook_not_internet_accessible%]"
76
},
87
"create_entry": {

homeassistant/components/downloader/strings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"config": {
3-
"abort": {
4-
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
5-
},
63
"error": {
74
"directory_does_not_exist": "The directory could not be reached. Please check your settings."
85
},

homeassistant/components/dsmr_reader/strings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"config": {
3-
"abort": {
4-
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
5-
},
63
"step": {
74
"confirm": {
85
"description": "Make sure to configure the 'split topic' data sources in DSMR Reader."

homeassistant/components/ecobee/strings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"config": {
33
"abort": {
4-
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
5-
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
4+
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
65
},
76
"error": {
87
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",

homeassistant/components/escea/strings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"config": {
3-
"abort": {
4-
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
5-
},
63
"step": {
74
"confirm": {
85
"description": "Do you want to set up an Escea fireplace?"

homeassistant/components/essent/strings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"abort": {
44
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
55
"invalid_data": "Received invalid data from Essent",
6-
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
76
"unknown": "[%key:common::config_flow::error::unknown%]"
87
},
98
"step": {

homeassistant/components/fastdotcom/strings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"config": {
3-
"abort": {
4-
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
5-
},
63
"step": {
74
"user": {
85
"description": "Do you want to start the setup? The initial setup will take about 30-40 seconds."

homeassistant/components/fjaraskupan/strings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"config": {
3-
"abort": {
4-
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
5-
},
63
"step": {
74
"confirm": {
85
"description": "Do you want to set up Fjäråskupan?"

0 commit comments

Comments
 (0)