Fix shopping & meal automations
This commit is contained in:
parent
c1cdf0e2e8
commit
ca9f65b37d
@ -1,31 +1,31 @@
|
|||||||
meal_alert:
|
meal_alert:
|
||||||
name: It's time to eat a meal
|
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
|
entity_id: input_boolean.meal_alert
|
||||||
state: 'on'
|
state: 'on'
|
||||||
repeat: 15
|
repeat: 15
|
||||||
message: Remember to eat on time
|
|
||||||
notifiers:
|
notifiers:
|
||||||
- mobile_app_iphone
|
- mobile_app_iphone
|
||||||
- hulk
|
- hulk
|
||||||
|
|
||||||
washing_machine:
|
washing_machine:
|
||||||
name: Washing machine is done
|
name: Washing machine is done
|
||||||
|
message: Washing machine is done, take out laundry
|
||||||
done_message: Laundry taken out
|
done_message: Laundry taken out
|
||||||
entity_id: input_boolean.washing_machine_done
|
entity_id: input_boolean.washing_machine_done
|
||||||
state: 'on'
|
state: 'on'
|
||||||
repeat: 30
|
repeat: 30
|
||||||
message: Washing machine is done, take out laundry
|
|
||||||
notifiers:
|
notifiers:
|
||||||
- mobile_app_iphone
|
- mobile_app_iphone
|
||||||
|
|
||||||
washing_clothes_dry:
|
washing_clothes_dry:
|
||||||
name: Put clothes away
|
name: Put clothes away
|
||||||
|
message: Put clothes away
|
||||||
done_message: Good job
|
done_message: Good job
|
||||||
entity_id: input_boolean.washing_clothes_dry
|
entity_id: input_boolean.washing_clothes_dry
|
||||||
state: 'on'
|
state: 'on'
|
||||||
repeat: 30
|
repeat: 30
|
||||||
message: Put clothes away
|
|
||||||
notifiers:
|
notifiers:
|
||||||
- mobile_app_iphone
|
- mobile_app_iphone
|
||||||
data:
|
data:
|
||||||
|
@ -28,11 +28,6 @@
|
|||||||
platform: device
|
platform: device
|
||||||
type: remote_button_short_press
|
type: remote_button_short_press
|
||||||
subtype: remote_button_short_press
|
subtype: remote_button_short_press
|
||||||
- platform: state
|
|
||||||
entity_id: input_boolean.meal_helper
|
|
||||||
to: "on"
|
|
||||||
for:
|
|
||||||
hours: 3
|
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_select.home_mode
|
entity_id: input_select.home_mode
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
- id: kitchen_shopping_spices
|
- id: kitchen_shopping_spices
|
||||||
alias: '[Kitchen][Shopping] Spices'
|
alias: '[Kitchen][Shopping] Spices'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 75e43fd0f6c82fb9e7bc6ff7c30b8c9a
|
- device_id: 7a94b22ef283777bbbc24ff9cb2547bd
|
||||||
domain: zha
|
domain: zha
|
||||||
platform: device
|
platform: device
|
||||||
type: remote_button_short_press
|
type: remote_button_short_press
|
||||||
@ -61,7 +61,7 @@
|
|||||||
- id: kitchen_shopping_coffee_supplies
|
- id: kitchen_shopping_coffee_supplies
|
||||||
alias: '[Kitchen][Shopping] Coffee Supplies'
|
alias: '[Kitchen][Shopping] Coffee Supplies'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 75e43fd0f6c82fb9e7bc6ff7c30b8c9a
|
- device_id: e915e4dcf9682d3be217b11fd6d96d13
|
||||||
domain: zha
|
domain: zha
|
||||||
platform: device
|
platform: device
|
||||||
type: remote_button_short_press
|
type: remote_button_short_press
|
||||||
|
Loading…
Reference in New Issue
Block a user