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

35 lines
747 B
YAML
Raw Normal View History

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