mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
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:
parent
539a28dcba
commit
eafea6070d
@ -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%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user