Add notification to stoke up

This commit is contained in:
Jakob Lechner 2024-11-10 18:50:16 +01:00
parent 22bdf86a86
commit 3ceac436b9

View file

@ -83,6 +83,38 @@ in
};
default_config = { };
"automation nix" = [
{
alias = "Nachschüren";
description = "Benachrichtigung auf iPad bei Wechsel auf Teillast";
mode = "single";
trigger = [
{
platform = "state";
entity_id = [ "sensor.guntamaticbiostar_betrieb" ];
from = "VOLLLAST";
to = "TEILLAST";
}
];
condition = [
{
condition = "numeric_state";
entity_id = "sensor.guntamaticbiostar_pufferladung";
below = "80";
}
];
action = [
{
device_id = "5612874405fa2ee539ad4518a1bb8e34";
domain = "mobile_app";
type = "notify";
message = ''
Kessel läuft auf Teillast und Puffer ist unter 80%. Vielleicht willst du
nachschüren.
'';
title = "Nachschüren?";
}
];
}
];
"automation ui" = "!include automations.yaml";
"scene nix" = [