From f036e5cd23fcb35d9fe8deeb8a5db90ad945d81b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 21 Jul 2024 16:43:58 +0200 Subject: [PATCH] Add service to set random mealplan (#33906) --- source/_integrations/mealie.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/mealie.markdown b/source/_integrations/mealie.markdown index 3239a8802bd..611fc222c79 100644 --- a/source/_integrations/mealie.markdown +++ b/source/_integrations/mealie.markdown @@ -83,6 +83,16 @@ Import the recipe into Mealie from a URL. | `url` | No | The URL of the recipe. | | `include_tags` | Yes | Include tags from the website to the recipe. (false by default) | +### Action `mealie.set_random_mealplan` + +Set a random mealplan on a specific date. + +| Data attribute | Optional | Description | +|-------------------|----------|-----------------------------------------------------| +| `config_entry_id` | No | The ID of the Mealie config entry to get data from. | +| `date` | No | The date that should be filled. | +| `entry_type` | No | One of "breakfast", "lunch", "dinner" or "side". | + {% tip %} You can get your `config_entry_id` by using actions within [Developer Tools](/docs/tools/dev-tools/), using one of the above actions and viewing the YAML. {% endtip %}