-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Add already_in_progress to base strings for config flows #40961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add already_in_progress to base strings for config flows #40961
Conversation
This pull request needs to be manually signed off by @home-assistant/core before it can get merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"already_in_progress": "[%key:common::config_flow::abort::no_devices_found%]"
should be "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
Thanks @SNoof85 for reviewing all of my PRs! I have fixed the wrong base string, probably a copy-paste error on my side. |
As you're faster than me to create i'll do reviews 👀 |
homeassistant/strings.json
Outdated
@@ -51,6 +51,7 @@ | |||
"already_configured_account": "Account is already configured", | |||
"already_configured_service": "Service is already configured", | |||
"already_configured_device": "Device is already configured", | |||
"already_in_progress": "Config flow is already in progress", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We (a Lokalise admin) should rename this key in existing translations in Lokalise.
Please rebase again. |
Breaking change
Proposed change
Adds
already_in_progress
to the base strings for config flows.Uses this newly added base string in various integrations.
Type of change
Example entry for
configuration.yaml
:# Example configuration.yaml
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: