From a8756c2a180254a64b847b35104ff0052f091f1d Mon Sep 17 00:00:00 2001 From: uwap Date: Sun, 24 Jun 2018 17:02:12 +0200 Subject: [PATCH] RZL: Optimize Tradfri Remote frontend --- config/rzl.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rzl.js b/config/rzl.js index 81e50c6..fee9977 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -761,7 +761,7 @@ const config : Config = { }, remotes: { name: "Fernbedinungen", - position: [400, 348], + position: [400, 344], icon: mdi("light-switch"), iconColor: (state) => //if any remote is low make icon red ["65536", "65542", "65546", "65547"].some( @@ -772,7 +772,7 @@ const config : Config = { icon: mdi_battery(tradfri_remote.level("65536")), min: 0, max: 100, - text: "Tisch", + text: "Licht Tisch 1", topic: tradfri_remote.level("65536") }, { @@ -780,7 +780,7 @@ const config : Config = { icon: mdi_battery(tradfri_remote.level("65547")), min: 0, max: 100, - text: "Tisch 2", + text: "Licht Tisch 2", topic: tradfri_remote.level("65547") }, { @@ -788,7 +788,7 @@ const config : Config = { icon: mdi_battery(tradfri_remote.level("65542")), min: 0, max: 100, - text: "Theke", + text: "Licht Theke 1", topic: tradfri_remote.level("65542") }, { @@ -796,7 +796,7 @@ const config : Config = { icon: mdi_battery(tradfri_remote.level("65546")), min: 0, max: 100, - text: "Theke 2", + text: "Licht Theke 2", topic: tradfri_remote.level("65546") } ]