Remove unnecessary icon states in pyLoad integration ()

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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