2023-10-04 21:48:17 +00:00
|
|
|
meal_alert:
|
|
|
|
name: It's time to eat a meal
|
|
|
|
done_message: Remmeber to eat on time
|
|
|
|
entity_id: input_boolean.meal_alert
|
|
|
|
state: 'on'
|
|
|
|
repeat: 15
|
|
|
|
message: Remember to eat on time
|
|
|
|
notifiers:
|
|
|
|
- mobile_app_iphone
|
|
|
|
- hulk
|
|
|
|
|
2022-11-14 22:39:48 +00:00
|
|
|
washing_machine:
|
|
|
|
name: Washing machine is done
|
|
|
|
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:
|
2023-09-07 19:49:15 +00:00
|
|
|
- mobile_app_iphone
|
|
|
|
|
|
|
|
washing_clothes_dry:
|
|
|
|
name: 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:
|
|
|
|
actions:
|
|
|
|
- action: CLOTHES_PUT_AWAY
|
|
|
|
title: Done
|