From 53d1a138a7c02646602cfcbda13889b54baa71f7 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 13 Apr 2020 12:50:25 +0200 Subject: [PATCH] pepe: moved lamp around --- configs/pepe/home-assistant/sonoff.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/pepe/home-assistant/sonoff.nix b/configs/pepe/home-assistant/sonoff.nix index 9743f21..2712a67 100644 --- a/configs/pepe/home-assistant/sonoff.nix +++ b/configs/pepe/home-assistant/sonoff.nix @@ -3,13 +3,13 @@ let sonoffSwitches = { "pal01" = { - label = "Schlafzimmer Lampe"; + label = "Schlafzimmer Lampe Links"; icon = "mdi:lightbulb-on"; room = "bed_room"; type = "light"; }; "pal02" = { - label = "Schlafzimmer Lampe"; + label = "Schlafzimmer Lampe Bett"; icon = "mdi:lightbulb-on"; room = "bed_room"; type = "light"; @@ -21,9 +21,9 @@ let type = "light"; }; "pal04" = { - label = "Wohnzimmer Lampe"; + label = "Schlafzimmer Lampe Rechts"; icon = "mdi:lightbulb-on"; - room = "living_room"; + room = "bed_room"; type = "light"; }; "pal05" = {