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
{
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; };
};