RZL: Use mdi_battery for tradfri remote battery icons

This commit is contained in:
uwap 2018-06-24 16:42:36 +02:00 committed by GitHub
parent 4388de10c8
commit a34ca7c25c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",