11 lines
258 B
YAML
11 lines
258 B
YAML
|
washer_notification_audible:
|
||
|
sequence:
|
||
|
- condition: state
|
||
|
entity_id: input_boolean.audible_notifications
|
||
|
state: "on"
|
||
|
- service: tts.google_say
|
||
|
data:
|
||
|
entity_id: media_player.hass_speaker
|
||
|
message: The Washing Machine has stopped
|
||
|
|