diff --git a/source/_integrations/mealie.markdown b/source/_integrations/mealie.markdown index 4930b0ad9d1..483961453cf 100644 --- a/source/_integrations/mealie.markdown +++ b/source/_integrations/mealie.markdown @@ -52,6 +52,7 @@ The Mealie integration has the following services: - `mealie.get_mealplan` - `mealie.get_recipe` +- `mealie.import_recipe` ### Service `mealie.get_mealplan` @@ -70,4 +71,14 @@ Get the recipe for a specified recipe ID or slug. | Service data attribute | Optional | Description | |------------------------|----------|-----------------------------------------------------| | `config_entry_id` | No | The ID of the Mealie config entry to get data from. | -| `recipe_id` | No | The ID or the slug of the recipe to get. | \ No newline at end of file +| `recipe_id` | No | The ID or the slug of the recipe to get. | + +### Service `mealie.import_recipe` + +Import the recipe into Mealie from a URL. + +| Service data attribute | Optional | Description | +|------------------------|----------|-----------------------------------------------------------------| +| `config_entry_id` | No | The ID of the Mealie config entry to get data from. | +| `url` | No | The URL of the recipe. | +| `include_tags` | Yes | Include tags from the website to the recipe. (false by default) | \ No newline at end of file