Merge supplies shopping button in kitchen
This commit is contained in:
parent
ee242e5811
commit
3a1cba28ba
@ -1,5 +1,5 @@
|
||||
- id: kitchen_shopping_oatmeal
|
||||
alias: '[Kitchen][Shopping] Oatmeal'
|
||||
- id: kitchen_shopping_supplies
|
||||
alias: '[Kitchen][Shopping] Supplies'
|
||||
trigger:
|
||||
- device_id: 99f942bf6462d2372012278e086721bf
|
||||
domain: zha
|
||||
@ -8,9 +8,21 @@
|
||||
subtype: remote_button_short_press
|
||||
condition: [ ]
|
||||
action:
|
||||
- service: shopping_list.add_item
|
||||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
name: Płatki owsiane
|
||||
message: Co dodać do listy zakupów?
|
||||
data:
|
||||
actions:
|
||||
- action: SHOPPING_SALT
|
||||
title: Sól
|
||||
- action: SHOPPING_OATMEAL
|
||||
title: Płatki owsiane
|
||||
- action: SHOPPING_PASTA
|
||||
title: Makaron
|
||||
- action: SHOPPING_CORN_FLOUR
|
||||
title: Mąka kukurydziana
|
||||
- action: SHOPPING_WATER
|
||||
title: Woda
|
||||
|
||||
- id: kitchen_shopping_pasta
|
||||
alias: '[Kitchen][Shopping] Pasta'
|
||||
|
@ -25,3 +25,11 @@ shopping_list:
|
||||
title: Czosnek
|
||||
- action: SHOPPING_SALT
|
||||
title: Sól
|
||||
- action: SHOPPING_OATMEAL
|
||||
title: Płatki owsiane
|
||||
- action: SHOPPING_PASTA
|
||||
title: Makaron
|
||||
- action: SHOPPING_CORN_FLOUR
|
||||
title: Mąka kukurydziana
|
||||
- action: SHOPPING_WATER
|
||||
title: Woda
|
||||
|
Loading…
Reference in New Issue
Block a user