From 6a5bf85c1eec432b242413553cf2b50bf4fe62fe Mon Sep 17 00:00:00 2001 From: uwap Date: Sun, 24 Jun 2018 16:55:44 +0200 Subject: [PATCH] RZL: Use the light switch icon instead of remote --- config/rzl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rzl.js b/config/rzl.js index 0ffaa0e..81e50c6 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -762,7 +762,7 @@ const config : Config = { remotes: { name: "Fernbedinungen", position: [400, 348], - icon: mdi("remote"), + icon: mdi("light-switch"), iconColor: (state) => //if any remote is low make icon red ["65536", "65542", "65546", "65547"].some( x => state[tradfri_remote.low(x)] == "true") ? hex("#ff0000") : hex("#000000"),