From 629c4946f70530b4f1afbf05eab4a703aa7a7b8b Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 3 Jan 2022 01:27:03 +0100 Subject: [PATCH] Benenne Modi um --- nixos/roles/home-assistant-local/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/roles/home-assistant-local/default.nix b/nixos/roles/home-assistant-local/default.nix index 151c9070..6d683055 100644 --- a/nixos/roles/home-assistant-local/default.nix +++ b/nixos/roles/home-assistant-local/default.nix @@ -27,22 +27,22 @@ let in { flat = { - title = "Wohnung"; + title = "Wohnungsmodus"; name = "flat"; options = { inherit active vacation; }; }; wohnzimmer = { - title = "Wohnzimmer"; + title = "Wohnzimmermodus"; name = "wohnzimmer"; options = { inherit empty heat active force_active; }; }; kueche = { - title = "Küche"; + title = "Küchenmodus"; name = "kueche"; options = { inherit empty active; }; }; schlafzimmer = { - title = "Schlafzimmer"; + title = "Schlafzimmermodus"; name = "schlafzimmer"; options = { inherit empty heat active force_active; }; };