Add Wednesday Bilka checklist merge flow and Madplan dashboard view
This commit is contained in:
@@ -7,3 +7,19 @@
|
||||
minutes: "/30"
|
||||
action:
|
||||
- service: shell_command.mealie_update
|
||||
|
||||
- id: mealie_generate_bilka_checklist_wednesday
|
||||
alias: "Mealie indkøbsliste - onsdag morgen"
|
||||
trigger:
|
||||
- platform: time
|
||||
at: "06:30:00"
|
||||
condition:
|
||||
- condition: time
|
||||
weekday:
|
||||
- wed
|
||||
action:
|
||||
- service: shell_command.mealie_shopping_merge
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
title: "Bilka ToGo liste er klar"
|
||||
message: "Kryds-af listen er opdateret. Åbn Madplan-dashboardet for at gennemgå hvad I mangler."
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
mealie_update: "python3 /config/python_scripts/mealie_mealplan.py"
|
||||
mealie_shopping_merge: "python3 /config/python_scripts/mealie_shopping_merge.py"
|
||||
|
||||
Reference in New Issue
Block a user