Remove unnecessary icon states in pyLoad integration (#120548)
Remove unnecessary icon states
This commit is contained in:
parent
7ef1db0549
commit
34e266762e
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue