From 8514b0c61dd895bc2bb3698683799519e88c3462 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 14 Jan 2022 13:18:52 +0100 Subject: [PATCH] Change morning timer --- nixos/roles/home-assistant/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/roles/home-assistant/default.nix b/nixos/roles/home-assistant/default.nix index 5f4e7bc8..fbcb5f33 100644 --- a/nixos/roles/home-assistant/default.nix +++ b/nixos/roles/home-assistant/default.nix @@ -330,10 +330,9 @@ in alias = "Morgens Licht an"; trigger = [{ platform = "time"; at = "07:00:00"; }]; condition = [ - (conditions.modeIs modes.schlafzimmer "heat") (conditions.modeIs modes.flat "active") ]; - action = [ (actions.setMode modes.schlafzimmer "force_active") ]; + action = [ (actions.setMode modes.wohnzimmer "active") ]; } { alias = "Warnung bei niedrigem Akkustand";