Improve action description in mealie integration (#140817)

- change all action descriptions to third-person singular
- use neutral wording for the description of `config_entry_id` so it works with all the different action contexts.
This commit is contained in:
Norbert Rittel 2025-03-17 20:45:17 +01:00 committed by GitHub
parent 539a28dcba
commit eafea6070d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,11 +146,11 @@
"services": { "services": {
"get_mealplan": { "get_mealplan": {
"name": "Get mealplan", "name": "Get mealplan",
"description": "Get mealplan from Mealie", "description": "Gets a mealplan from Mealie",
"fields": { "fields": {
"config_entry_id": { "config_entry_id": {
"name": "Mealie instance", "name": "Mealie instance",
"description": "Select the Mealie instance to get mealplan from" "description": "The Mealie instance to use for this action."
}, },
"start_date": { "start_date": {
"name": "Start date", "name": "Start date",
@ -164,7 +164,7 @@
}, },
"get_recipe": { "get_recipe": {
"name": "Get recipe", "name": "Get recipe",
"description": "Get recipe from Mealie", "description": "Gets a recipe from Mealie",
"fields": { "fields": {
"config_entry_id": { "config_entry_id": {
"name": "[%key:component::mealie::services::get_mealplan::fields::config_entry_id::name%]", "name": "[%key:component::mealie::services::get_mealplan::fields::config_entry_id::name%]",
@ -178,7 +178,7 @@
}, },
"import_recipe": { "import_recipe": {
"name": "Import recipe", "name": "Import recipe",
"description": "Import recipe from an URL", "description": "Imports a recipe from an URL",
"fields": { "fields": {
"config_entry_id": { "config_entry_id": {
"name": "[%key:component::mealie::services::get_mealplan::fields::config_entry_id::name%]", "name": "[%key:component::mealie::services::get_mealplan::fields::config_entry_id::name%]",
@ -196,7 +196,7 @@
}, },
"set_random_mealplan": { "set_random_mealplan": {
"name": "Set random mealplan", "name": "Set random mealplan",
"description": "Set a random mealplan for a specific date", "description": "Sets a random mealplan for a specific date",
"fields": { "fields": {
"config_entry_id": { "config_entry_id": {
"name": "[%key:component::mealie::services::get_mealplan::fields::config_entry_id::name%]", "name": "[%key:component::mealie::services::get_mealplan::fields::config_entry_id::name%]",
@ -214,7 +214,7 @@
}, },
"set_mealplan": { "set_mealplan": {
"name": "Set a mealplan", "name": "Set a mealplan",
"description": "Set a mealplan for a specific date", "description": "Sets a mealplan for a specific date",
"fields": { "fields": {
"config_entry_id": { "config_entry_id": {
"name": "[%key:component::mealie::services::get_mealplan::fields::config_entry_id::name%]", "name": "[%key:component::mealie::services::get_mealplan::fields::config_entry_id::name%]",