mealie: add recipe-add/edit reference covering ingredient parser

Captures the non-obvious bits of Mealie's REST API: two-step create+patch
flow, food/unit id resolution (parser returns id:null for unknown names),
locale seeding to stop the parser fuzzy-matching teaspoon→tablespoon,
required ingredientReferences:[] on instructions, and the family
meal-type tagging convention (Breakfast/Lunch/Dinner/Dessert).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Donavan Fritz
2026-05-22 15:34:51 -05:00
parent e328c66311
commit 5b9afa53ff
2 changed files with 151 additions and 1 deletions
+7 -1
View File
@@ -3,7 +3,8 @@ name: home
description: >
Activate this skill for any work related to the Fritz household (Hawks Nest).
TRIGGER when: user mentions Hawks Nest, boat, MasterCraft, Minnetrista, Hawks Point,
home automation, Home Assistant, Lutron, Z-Wave, lights, automations, 4400 Hawks.
home automation, Home Assistant, Lutron, Z-Wave, lights, automations, 4400 Hawks,
Mealie, meals, recipes, meal planning, meals.vino.network.
user-invocable: true
---
@@ -11,6 +12,7 @@ user-invocable: true
- Address: 4400 Hawks Pt, Minnetrista, MN 55331
- Names: Home, The Hawks Nest
- Home Assistant: home.vino.network (HAOS on msp001 VM 123) — see fritzlab skill for access
- Mealie: https://meals.vino.network (sjc001 cluster, `mealie` namespace, group `Home` / household `Family`)
</quick-context>
<safety>
@@ -28,4 +30,8 @@ user-invocable: true
summary="Boat details: Stranger Fins, 2025 MasterCraft 21 — specs and info"
categories=["boat", "fun", "entertainment"]
keywords=["MasterCraft", "NXT", "boat", "Stranger Fins", "wake", "surf"] />
<reference file="reference/mealie.md"
summary="Mealie REST API: add/edit recipes, ingredient parser (food/unit id resolution + locale seeding), tag/category and instruction gotchas, misleading-error decoder"
categories=["food", "services"]
keywords=["Mealie", "meals.vino.network", "recipe", "recipes", "meal", "meal planning", "ingredient parser", "PATCH recipe", "MEALIE_TOKEN", "household Family"] />
</references>