mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-21 05:03:39 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
14
scripts/washer_finished_notification.yaml
Normal file
14
scripts/washer_finished_notification.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
washer_finished_notification:
|
||||
sequence:
|
||||
- condition: state
|
||||
entity_id: input_boolean.washer_notification
|
||||
state: 'on'
|
||||
- delay:
|
||||
minutes: 3
|
||||
- service: notify.all_ios
|
||||
data:
|
||||
message: "Washer is done"
|
||||
- service: input_boolean.turn_off
|
||||
data:
|
||||
entity_id: input_boolean.washer_notification
|
||||
- service: script.washer_notification_audible
|
Reference in New Issue
Block a user