1
0
ansible-home-assistant/configuration/alert.yaml

38 lines
820 B
YAML
Raw Normal View History

2023-10-04 21:48:17 +00:00
meal_alert:
name: It's time to eat a meal
2023-10-11 19:58:09 +00:00
message: Remember to eat on time
done_message: Good
2023-10-04 21:48:17 +00:00
entity_id: input_boolean.meal_alert
state: 'on'
repeat: 15
notifiers:
- mobile_app_iphone
data:
actions:
- action: MEAL_EATEN
title: "Mark meal as eaten"
2023-10-04 21:48:17 +00:00
washing_machine:
name: Washing machine is done
2023-10-11 19:58:09 +00:00
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:
2023-09-07 19:49:15 +00:00
- mobile_app_iphone
washing_clothes_dry:
name: Put clothes away
2023-10-11 19:58:09 +00:00
message: Put clothes away
2023-09-07 19:49:15 +00:00
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