Add hallway supplies button
This commit is contained in:
parent
3a1cba28ba
commit
bc5eda15f8
@ -24,20 +24,6 @@
|
|||||||
- action: SHOPPING_WATER
|
- action: SHOPPING_WATER
|
||||||
title: Woda
|
title: Woda
|
||||||
|
|
||||||
- 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:
|
|
||||||
name: Makaron pełnoziarnisty
|
|
||||||
|
|
||||||
- id: kitchen_shopping_spices
|
- id: kitchen_shopping_spices
|
||||||
alias: '[Kitchen][Shopping] Spices'
|
alias: '[Kitchen][Shopping] Spices'
|
||||||
trigger:
|
trigger:
|
||||||
@ -95,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
|
||||||
|
@ -33,3 +33,25 @@ shopping_list:
|
|||||||
title: Mąka kukurydziana
|
title: Mąka kukurydziana
|
||||||
- action: SHOPPING_WATER
|
- action: SHOPPING_WATER
|
||||||
title: Woda
|
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