From ca9f65b37de321243e86ff16f7ff481bc0359e37 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 11 Oct 2023 21:58:09 +0200 Subject: [PATCH] Fix shopping & meal automations --- configuration/alert.yaml | 8 ++++---- configuration/automations/kitchen-meals.yaml | 5 ----- configuration/automations/shopping.yaml | 4 ++-- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/configuration/alert.yaml b/configuration/alert.yaml index 5937fc2..ba623a4 100644 --- a/configuration/alert.yaml +++ b/configuration/alert.yaml @@ -1,31 +1,31 @@ meal_alert: name: It's time to eat a meal - done_message: Remmeber to eat on time + message: Remember to eat on time + done_message: Good entity_id: input_boolean.meal_alert state: 'on' repeat: 15 - message: Remember to eat on time notifiers: - mobile_app_iphone - hulk washing_machine: name: Washing machine is done + message: Washing machine is done, take out laundry done_message: Laundry taken out entity_id: input_boolean.washing_machine_done state: 'on' repeat: 30 - message: Washing machine is done, take out laundry notifiers: - mobile_app_iphone washing_clothes_dry: name: Put clothes away + message: Put clothes away done_message: Good job entity_id: input_boolean.washing_clothes_dry state: 'on' repeat: 30 - message: Put clothes away notifiers: - mobile_app_iphone data: diff --git a/configuration/automations/kitchen-meals.yaml b/configuration/automations/kitchen-meals.yaml index 068562e..a6e97cb 100644 --- a/configuration/automations/kitchen-meals.yaml +++ b/configuration/automations/kitchen-meals.yaml @@ -28,11 +28,6 @@ platform: device type: remote_button_short_press subtype: remote_button_short_press - - platform: state - entity_id: input_boolean.meal_helper - to: "on" - for: - hours: 3 condition: - condition: state entity_id: input_select.home_mode diff --git a/configuration/automations/shopping.yaml b/configuration/automations/shopping.yaml index 47629a8..81a8d83 100644 --- a/configuration/automations/shopping.yaml +++ b/configuration/automations/shopping.yaml @@ -29,7 +29,7 @@ - id: kitchen_shopping_spices alias: '[Kitchen][Shopping] Spices' trigger: - - device_id: 75e43fd0f6c82fb9e7bc6ff7c30b8c9a + - device_id: 7a94b22ef283777bbbc24ff9cb2547bd domain: zha platform: device type: remote_button_short_press @@ -61,7 +61,7 @@ - id: kitchen_shopping_coffee_supplies alias: '[Kitchen][Shopping] Coffee Supplies' trigger: - - device_id: 75e43fd0f6c82fb9e7bc6ff7c30b8c9a + - device_id: e915e4dcf9682d3be217b11fd6d96d13 domain: zha platform: device type: remote_button_short_press