From 9c605c719588cf031ecc33c954d6867e372b11ef Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 11 Jul 2024 00:04:01 +0200 Subject: [PATCH] Mealie import recipe service (#33654) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/_integrations/mealie.markdown | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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