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";