Set icons for switch without device class (#110470)
parent
07e16ab073
commit
70af81cf64
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"default": "mdi:toggle-switch-variant"
|
||||
"default": "mdi:toggle-switch-variant",
|
||||
"state": {
|
||||
"off": "mdi:toggle-switch-variant-off"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
"default": "mdi:toggle-switch-variant",
|
||||
|
|
Loading…
Reference in New Issue