1
0
Fork 0

Benenne Modi um

This commit is contained in:
Malte Brandy 2022-01-03 01:27:03 +01:00
parent 111fc483ce
commit 629c4946f7

View file

@ -27,22 +27,22 @@ let
in in
{ {
flat = { flat = {
title = "Wohnung"; title = "Wohnungsmodus";
name = "flat"; name = "flat";
options = { inherit active vacation; }; options = { inherit active vacation; };
}; };
wohnzimmer = { wohnzimmer = {
title = "Wohnzimmer"; title = "Wohnzimmermodus";
name = "wohnzimmer"; name = "wohnzimmer";
options = { inherit empty heat active force_active; }; options = { inherit empty heat active force_active; };
}; };
kueche = { kueche = {
title = "Küche"; title = "Küchenmodus";
name = "kueche"; name = "kueche";
options = { inherit empty active; }; options = { inherit empty active; };
}; };
schlafzimmer = { schlafzimmer = {
title = "Schlafzimmer"; title = "Schlafzimmermodus";
name = "schlafzimmer"; name = "schlafzimmer";
options = { inherit empty heat active force_active; }; options = { inherit empty heat active force_active; };
}; };