Add washing machine notification
This commit is contained in:
parent
49c320e4e2
commit
8bb919f781
1 changed files with 19 additions and 0 deletions
|
|
@ -87,6 +87,25 @@ in
|
||||||
min_brightness = 20;
|
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