wip
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
- id: waschmaschine_fertig
|
||||
alias: "Waschmaschine - Fertig-Benachrichtigung"
|
||||
description: "Sendet eine Benachrichtigung wenn die Waschmaschine fertig ist"
|
||||
triggers:
|
||||
- trigger: state
|
||||
entity_id: switch.waschmaschine_steckdose
|
||||
from: "on"
|
||||
to: "off"
|
||||
actions:
|
||||
- action: notify.persistent_notification
|
||||
metadata: {}
|
||||
data:
|
||||
message: "Die Waschmaschine ist fertig! 🎉"
|
||||
title: "Waschmaschine"
|
||||
- action: tts.cloud_say
|
||||
metadata: {}
|
||||
data:
|
||||
entity_id: media_player.tagesprophet
|
||||
message: "Die Waschmaschine ist fertig"
|
||||
language: de-DE
|
||||
Reference in New Issue
Block a user