summaryrefslogtreecommitdiffstats
path: root/2configs/home/ham/automation/fenster_auf.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-06-05 12:47:16 +0200
committermakefu <github@syntax-fehler.de>2021-06-05 12:47:16 +0200
commit2ea55cb4091aff8c95c273131e43dc3ce4a44bed (patch)
tree7b9d02e107f71f12cb53b66425a9256800cc5d4b /2configs/home/ham/automation/fenster_auf.nix
parentad2aaa7c61a818824b3b7bc4669210b8b54aebec (diff)
ma pkgs.chitubox: use archive.org link
Diffstat (limited to '2configs/home/ham/automation/fenster_auf.nix')
-rw-r--r--2configs/home/ham/automation/fenster_auf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/home/ham/automation/fenster_auf.nix b/2configs/home/ham/automation/fenster_auf.nix
index 0c57fc760..4fc0da485 100644
--- a/2configs/home/ham/automation/fenster_auf.nix
+++ b/2configs/home/ham/automation/fenster_auf.nix
@@ -20,7 +20,7 @@ let
{
service = "notify.signal_home";
data = {
- message= "${name} seit ${toString min} Minuten offen\nBitte einmal checken ob das ok ist :)";
+ message_template = "${name} seit ${toString min} Minuten offen und draussen ist es gerade {{states.sensor.dark_sky_temperature.state}}°C bei {{states.sensor.dark_sky_humidity.state}}% Luftfeuchte";
};
}
{