home-assistant: connect printer and scanner
This commit is contained in:
parent
e9120345ea
commit
98fef3c291
1 changed files with 4 additions and 3 deletions
|
@ -8,8 +8,9 @@ let
|
||||||
groups = [ "all_lights" "bed_room_lights" "bed_room_bright" "bed_room" ];
|
groups = [ "all_lights" "bed_room_lights" "bed_room_bright" "bed_room" ];
|
||||||
};
|
};
|
||||||
"pal02" = {
|
"pal02" = {
|
||||||
label = "Nummer 2";
|
label = "Drucker / Scanner";
|
||||||
icon = "mdi:lightbulb";
|
icon = "mdi:printer";
|
||||||
|
groups = [ "bed_room" "today" ];
|
||||||
};
|
};
|
||||||
"pal03" = {
|
"pal03" = {
|
||||||
label = "Wohnzimmer Lampe";
|
label = "Wohnzimmer Lampe";
|
||||||
|
@ -24,7 +25,7 @@ let
|
||||||
"pal05" = {
|
"pal05" = {
|
||||||
label = "TV";
|
label = "TV";
|
||||||
icon = "mdi:television";
|
icon = "mdi:television";
|
||||||
groups = [ "tv" "living_room" ];
|
groups = [ "tv" "living_room" "today" ];
|
||||||
device = "tv";
|
device = "tv";
|
||||||
};
|
};
|
||||||
"pal06" = {
|
"pal06" = {
|
||||||
|
|
Loading…
Reference in a new issue