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]));