RZL: Use mdi_battery for tradfri remote battery icons
This commit is contained in:
parent
4388de10c8
commit
a34ca7c25c
1 changed files with 4 additions and 4 deletions
|
|
@ -769,7 +769,7 @@ const config : Config = {
|
||||||
ui: [
|
ui: [
|
||||||
{
|
{
|
||||||
type: "progress",
|
type: "progress",
|
||||||
icon: "battery",
|
icon: mdi_battery(tradfri_remote.level("65536")),
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 100,
|
||||||
text: "Tisch",
|
text: "Tisch",
|
||||||
|
|
@ -777,7 +777,7 @@ const config : Config = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "progress",
|
type: "progress",
|
||||||
icon: "battery",
|
icon: mdi_battery(tradfri_remote.level("65547")),
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 100,
|
||||||
text: "Tisch 2",
|
text: "Tisch 2",
|
||||||
|
|
@ -785,7 +785,7 @@ const config : Config = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "progress",
|
type: "progress",
|
||||||
icon: "battery",
|
icon: mdi_battery(tradfri_remote.level("65542")),
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 100,
|
||||||
text: "Theke",
|
text: "Theke",
|
||||||
|
|
@ -793,7 +793,7 @@ const config : Config = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "progress",
|
type: "progress",
|
||||||
icon: "battery",
|
icon: mdi_battery(tradfri_remote.level("65546")),
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 100,
|
||||||
text: "Theke 2",
|
text: "Theke 2",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue