mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Mealie import recipe service (#33654)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
7443e5ac78
commit
9c605c7195
@ -52,6 +52,7 @@ The Mealie integration has the following services:
|
||||
|
||||
- `mealie.get_mealplan`
|
||||
- `mealie.get_recipe`
|
||||
- `mealie.import_recipe`
|
||||
|
||||
### Service `mealie.get_mealplan`
|
||||
|
||||
@ -71,3 +72,13 @@ Get the recipe for a specified recipe ID or slug.
|
||||
|------------------------|----------|-----------------------------------------------------|
|
||||
| `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. |
|
||||
|
||||
### 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) |
|
Loading…
x
Reference in New Issue
Block a user