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" = {