From 98fef3c2914061b6f134063713ab643eb2af231e Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 5 May 2020 21:17:02 +0200 Subject: [PATCH] home-assistant: connect printer and scanner --- configs/pepe/home-assistant/sonoff.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/pepe/home-assistant/sonoff.nix b/configs/pepe/home-assistant/sonoff.nix index ba9515b..98ec9d1 100644 --- a/configs/pepe/home-assistant/sonoff.nix +++ b/configs/pepe/home-assistant/sonoff.nix @@ -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" = {