Fix shopping & meal automations
This commit is contained in:
parent
c1cdf0e2e8
commit
ca9f65b37d
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user