mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Set icons for switch without device class (#110470)
This commit is contained in:
parent
07e16ab073
commit
70af81cf64
@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"entity_component": {
|
"entity_component": {
|
||||||
"_": {
|
"_": {
|
||||||
"default": "mdi:toggle-switch-variant"
|
"default": "mdi:toggle-switch-variant",
|
||||||
|
"state": {
|
||||||
|
"off": "mdi:toggle-switch-variant-off"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"switch": {
|
"switch": {
|
||||||
"default": "mdi:toggle-switch-variant",
|
"default": "mdi:toggle-switch-variant",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user