Remove unnecessary icon states in pyLoad integration (#120548)
Remove unnecessary icon statespull/120552/head
parent
7ef1db0549
commit
34e266762e
|
@ -32,14 +32,12 @@
|
|||
"download": {
|
||||
"default": "mdi:play",
|
||||
"state": {
|
||||
"on": "mdi:play",
|
||||
"off": "mdi:pause"
|
||||
}
|
||||
},
|
||||
"reconnect": {
|
||||
"default": "mdi:restart",
|
||||
"state": {
|
||||
"on": "mdi:restart",
|
||||
"off": "mdi:restart-off"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue