From 62d8e636eb2fc3d7d17e5459a87f25bd215c432c Mon Sep 17 00:00:00 2001 From: maralorn Date: Fri, 18 Nov 2022 15:10:57 +0100 Subject: [PATCH] Fix Fensterwarnungen --- nixos/roles/home-assistant/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nixos/roles/home-assistant/default.nix b/nixos/roles/home-assistant/default.nix index 8b18fb1a..3764bf79 100644 --- a/nixos/roles/home-assistant/default.nix +++ b/nixos/roles/home-assistant/default.nix @@ -379,12 +379,12 @@ in { for = "00:${minutes}:00"; }) fenster; - condition = { - condition = "numeric_state"; - entity_id = "weather.dwd_darmstadt"; - attribute = "temperature"; - below = 15; - }; + #condition = { + # condition = "numeric_state"; + # entity_id = "weather.dwd_darmstadt"; + # attribute = "temperature"; + # below = 15; + #}; action = [(actions.notify "{{ trigger.to_state.name }} ist seit mehr als ${minutes} Minuten offen.")]; }) (map toString [10 20 30 40 50 60]));