Add washing machine notification
This commit is contained in:
parent
af3b469f54
commit
0b2e5071ab
1 changed files with 19 additions and 0 deletions
|
|
@ -87,6 +87,25 @@ in
|
|||
min_brightness = 20;
|
||||
}
|
||||
];
|
||||
automation = [
|
||||
{
|
||||
alias = "Waschmaschine fertig Benachrichtigung";
|
||||
trigger = {
|
||||
platform = "state";
|
||||
entity_id = "sensor.waschmaschine_aktueller_vorgang";
|
||||
to = "Knitterschutz/Ende";
|
||||
};
|
||||
action = [
|
||||
{
|
||||
service = "notify.mobile_app_shift6mq";
|
||||
data = {
|
||||
message = "Die Waschmaschine hat das Programm beendet.";
|
||||
title = "Wäsche fertig";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue