38 lines
820 B
YAML
38 lines
820 B
YAML
meal_alert:
|
|
name: It's time to eat a meal
|
|
message: Remember to eat on time
|
|
done_message: Good
|
|
entity_id: input_boolean.meal_alert
|
|
state: 'on'
|
|
repeat: 15
|
|
notifiers:
|
|
- mobile_app_iphone
|
|
data:
|
|
actions:
|
|
- action: MEAL_EATEN
|
|
title: "Mark meal as eaten"
|
|
|
|
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
|
|
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
|
|
notifiers:
|
|
- mobile_app_iphone
|
|
data:
|
|
actions:
|
|
- action: CLOTHES_PUT_AWAY
|
|
title: Done
|