Remove unnecessary icon states in pyLoad integration (#120548)

Remove unnecessary icon states
This commit is contained in:
Mr. Bubbles
2024-06-26 13:09:50 +02:00
committed by GitHub
parent 7ef1db0549
commit 34e266762e

View File

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