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": {
|
"download": {
|
||||||
"default": "mdi:play",
|
"default": "mdi:play",
|
||||||
"state": {
|
"state": {
|
||||||
"on": "mdi:play",
|
|
||||||
"off": "mdi:pause"
|
"off": "mdi:pause"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reconnect": {
|
"reconnect": {
|
||||||
"default": "mdi:restart",
|
"default": "mdi:restart",
|
||||||
"state": {
|
"state": {
|
||||||
"on": "mdi:restart",
|
|
||||||
"off": "mdi:restart-off"
|
"off": "mdi:restart-off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue