mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Remove unnecessary icon states in pyLoad integration (#120548)
Remove unnecessary icon states
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user