Compare commits
2 Commits
ee242e5811
...
bc5eda15f8
Author | SHA1 | Date | |
---|---|---|---|
bc5eda15f8 | |||
3a1cba28ba |
@ -1,5 +1,5 @@
|
|||||||
- id: kitchen_shopping_oatmeal
|
- id: kitchen_shopping_supplies
|
||||||
alias: '[Kitchen][Shopping] Oatmeal'
|
alias: '[Kitchen][Shopping] Supplies'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 99f942bf6462d2372012278e086721bf
|
- device_id: 99f942bf6462d2372012278e086721bf
|
||||||
domain: zha
|
domain: zha
|
||||||
@ -8,23 +8,21 @@
|
|||||||
subtype: remote_button_short_press
|
subtype: remote_button_short_press
|
||||||
condition: [ ]
|
condition: [ ]
|
||||||
action:
|
action:
|
||||||
- service: shopping_list.add_item
|
- service: notify.mobile_app_iphone
|
||||||
data:
|
data:
|
||||||
name: Płatki owsiane
|
message: Co dodać do listy zakupów?
|
||||||
|
|
||||||
- id: kitchen_shopping_pasta
|
|
||||||
alias: '[Kitchen][Shopping] Pasta'
|
|
||||||
trigger:
|
|
||||||
- device_id: 75e43fd0f6c82fb9e7bc6ff7c30b8c9a
|
|
||||||
domain: zha
|
|
||||||
platform: device
|
|
||||||
type: remote_button_short_press
|
|
||||||
subtype: remote_button_short_press
|
|
||||||
condition: [ ]
|
|
||||||
action:
|
|
||||||
- service: shopping_list.add_item
|
|
||||||
data:
|
data:
|
||||||
name: Makaron pełnoziarnisty
|
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_spices
|
- id: kitchen_shopping_spices
|
||||||
alias: '[Kitchen][Shopping] Spices'
|
alias: '[Kitchen][Shopping] Spices'
|
||||||
@ -83,3 +81,41 @@
|
|||||||
title: Tabletki czyszczące do ekspresu
|
title: Tabletki czyszczące do ekspresu
|
||||||
- action: SHOPPING_COFFEE_MILK_CLEANER
|
- action: SHOPPING_COFFEE_MILK_CLEANER
|
||||||
title: Środek do czyszczenia mleka ekspresu
|
title: Środek do czyszczenia mleka ekspresu
|
||||||
|
|
||||||
|
- id: hallway_shopping_supplies
|
||||||
|
alias: '[Hallway][Shopping] Supplies'
|
||||||
|
trigger:
|
||||||
|
- device_id: 75e43fd0f6c82fb9e7bc6ff7c30b8c9a
|
||||||
|
domain: zha
|
||||||
|
platform: device
|
||||||
|
type: remote_button_short_press
|
||||||
|
subtype: remote_button_short_press
|
||||||
|
condition: [ ]
|
||||||
|
action:
|
||||||
|
- service: notify.mobile_app_iphone
|
||||||
|
data:
|
||||||
|
message: Co dodać do listy zakupów?
|
||||||
|
data:
|
||||||
|
actions:
|
||||||
|
- action: SHOPPING_SHOWER_GEL
|
||||||
|
title: Żel pod prysznic
|
||||||
|
- action: SHOPPING_SHAMPOO
|
||||||
|
title: Szampon
|
||||||
|
- action: SHOPPING_SHAVING_GEL
|
||||||
|
title: Żel do golenia
|
||||||
|
- action: SHOPPING_SOAP
|
||||||
|
title: Mydło
|
||||||
|
- action: SHOPPING_CLEANING_DETERGENT
|
||||||
|
title: Proszek do prania
|
||||||
|
- action: SHOPPING_RINSE_AID
|
||||||
|
title: Płyn do płukania
|
||||||
|
- action: SHOPPING_CILIT
|
||||||
|
title: Cilit Bang
|
||||||
|
- action: SHOPPING_DOMESTOS
|
||||||
|
title: Domestos
|
||||||
|
- action: SHOPPING_TOILET_CUBE
|
||||||
|
title: Kostka do toalety
|
||||||
|
- action: SHOPPING_TOILET_PAPER
|
||||||
|
title: Papier toaletowy
|
||||||
|
- action: SHOPPING_TISSUE
|
||||||
|
title: Chusteczki
|
||||||
|
@ -25,3 +25,33 @@ shopping_list:
|
|||||||
title: Czosnek
|
title: Czosnek
|
||||||
- action: SHOPPING_SALT
|
- action: SHOPPING_SALT
|
||||||
title: Sól
|
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
|
||||||
|
- action: SHOPPING_SHOWER_GEL
|
||||||
|
title: Żel pod prysznic
|
||||||
|
- action: SHOPPING_SHAMPOO
|
||||||
|
title: Szampon
|
||||||
|
- action: SHOPPING_SHAVING_GEL
|
||||||
|
title: Żel do golenia
|
||||||
|
- action: SHOPPING_SOAP
|
||||||
|
title: Mydło
|
||||||
|
- action: SHOPPING_CLEANING_DETERGENT
|
||||||
|
title: Proszek do prania
|
||||||
|
- action: SHOPPING_RINSE_AID
|
||||||
|
title: Płyn do płukania
|
||||||
|
- action: SHOPPING_CILIT
|
||||||
|
title: Cilit Bang
|
||||||
|
- action: SHOPPING_DOMESTOS
|
||||||
|
title: Domestos
|
||||||
|
- action: SHOPPING_TOILET_CUBE
|
||||||
|
title: Kostka do toalety
|
||||||
|
- action: SHOPPING_TOILET_PAPER
|
||||||
|
title: Papier toaletowy
|
||||||
|
- action: SHOPPING_TISSUE
|
||||||
|
title: Chusteczki
|
||||||
|
Loading…
Reference in New Issue
Block a user