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" ];
|
||||
};
|
||||
"pal02" = {
|
||||
label = "Nummer 2";
|
||||
icon = "mdi:lightbulb";
|
||||
label = "Drucker / Scanner";
|
||||
icon = "mdi:printer";
|
||||
groups = [ "bed_room" "today" ];
|
||||
};
|
||||
"pal03" = {
|
||||
label = "Wohnzimmer Lampe";
|
||||
|
@ -24,7 +25,7 @@ let
|
|||
"pal05" = {
|
||||
label = "TV";
|
||||
icon = "mdi:television";
|
||||
groups = [ "tv" "living_room" ];
|
||||
groups = [ "tv" "living_room" "today" ];
|
||||
device = "tv";
|
||||
};
|
||||
"pal06" = {
|
||||
|
|
Loading…
Reference in a new issue