1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
bc5eda15f8 Add hallway supplies button 2024-08-22 23:01:58 +02:00
3a1cba28ba Merge supplies shopping button in kitchen 2024-08-22 22:48:01 +02:00
2 changed files with 84 additions and 18 deletions

View File

@ -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?
data:
- id: kitchen_shopping_pasta actions:
alias: '[Kitchen][Shopping] Pasta' - action: SHOPPING_SALT
trigger: title: Sól
- device_id: 75e43fd0f6c82fb9e7bc6ff7c30b8c9a - action: SHOPPING_OATMEAL
domain: zha title: Płatki owsiane
platform: device - action: SHOPPING_PASTA
type: remote_button_short_press title: Makaron
subtype: remote_button_short_press - action: SHOPPING_CORN_FLOUR
condition: [ ] title: Mąka kukurydziana
action: - action: SHOPPING_WATER
- service: shopping_list.add_item title: Woda
data:
name: Makaron pełnoziarnisty
- 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

View File

@ -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