cosmetics
This commit is contained in:
parent
1252eabe57
commit
4e38e47e8b
1 changed files with 6 additions and 1 deletions
|
@ -31,7 +31,12 @@ let
|
||||||
"pal06" = {
|
"pal06" = {
|
||||||
label = "Küchen Lampe";
|
label = "Küchen Lampe";
|
||||||
icon = "mdi:lightbulb";
|
icon = "mdi:lightbulb";
|
||||||
groups = [ "all_lights" "kitchen_room_lights" "kitchen_room" ];
|
groups = [
|
||||||
|
"all_lights"
|
||||||
|
"kitchen_room_lights"
|
||||||
|
"kitchen_room_essential"
|
||||||
|
"kitchen_room"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
"pal07" = { label = "Nummer 7"; };
|
"pal07" = { label = "Nummer 7"; };
|
||||||
"pal08" = { label = "Nummer 8"; };
|
"pal08" = { label = "Nummer 8"; };
|
||||||
|
|
Loading…
Reference in a new issue