Remove unnecessary icon states in pyLoad integration (#120548)

Remove unnecessary icon states
pull/120552/head
Mr. Bubbles 2024-06-26 13:09:50 +02:00 committed by GitHub
parent 7ef1db0549
commit 34e266762e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

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