From a34ca7c25c3630a50384e8ebcc017ecfff1a8779 Mon Sep 17 00:00:00 2001 From: uwap Date: Sun, 24 Jun 2018 16:42:36 +0200 Subject: [PATCH] RZL: Use mdi_battery for tradfri remote battery icons --- config/rzl.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rzl.js b/config/rzl.js index b515f95..eac774d 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -769,7 +769,7 @@ const config : Config = { ui: [ { type: "progress", - icon: "battery", + icon: mdi_battery(tradfri_remote.level("65536")), min: 0, max: 100, text: "Tisch", @@ -777,7 +777,7 @@ const config : Config = { }, { type: "progress", - icon: "battery", + icon: mdi_battery(tradfri_remote.level("65547")), min: 0, max: 100, text: "Tisch 2", @@ -785,7 +785,7 @@ const config : Config = { }, { type: "progress", - icon: "battery", + icon: mdi_battery(tradfri_remote.level("65542")), min: 0, max: 100, text: "Theke", @@ -793,7 +793,7 @@ const config : Config = { }, { type: "progress", - icon: "battery", + icon: mdi_battery(tradfri_remote.level("65546")), min: 0, max: 100, text: "Theke 2",