From a17b800058ec7b55494e6ebdb5a7135c4a381934 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 8 Jul 2024 17:11:42 +0200 Subject: [PATCH] Add documentation for the mealie.get_recipe service (#33632) --- source/_integrations/mealie.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/mealie.markdown b/source/_integrations/mealie.markdown index f3940c66061..25ba9fb9abe 100644 --- a/source/_integrations/mealie.markdown +++ b/source/_integrations/mealie.markdown @@ -44,6 +44,7 @@ The integration will create a calendar for every type of meal plan: The Mealie integration has the following services: - `mealie.get_mealplan` +- `mealie.get_recipe` ### Service `mealie.get_mealplan` @@ -54,3 +55,12 @@ Get the meal plan for a specified range. | `config_entry_id` | No | The ID of the Mealie config entry to get data from. | | `start_date` | Yes | The start date of the meal plan. (today if not supplied) | | `end_date` | Yes | The end date of the meal plan. (today if not supplied) | + +### Service `mealie.get_recipe` + +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