wip
Test Workflow / test (push) Failing after 11s
Test Workflow / test (pull_request) Failing after 7s

This commit is contained in:
dev
2026-05-03 13:48:06 +02:00
parent 219308f6a0
commit 3effd47453
10 changed files with 954 additions and 64 deletions
+20
View File
@@ -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