mirror of https://github.com/home-assistant/core
34 lines
658 B
JSON
34 lines
658 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"default": "mdi:toggle-switch-variant",
|
|
"state": {
|
|
"off": "mdi:toggle-switch-variant-off"
|
|
}
|
|
},
|
|
"switch": {
|
|
"default": "mdi:toggle-switch-variant",
|
|
"state": {
|
|
"off": "mdi:toggle-switch-variant-off"
|
|
}
|
|
},
|
|
"outlet": {
|
|
"default": "mdi:power-plug",
|
|
"state": {
|
|
"off": "mdi:power-plug-off"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"toggle": {
|
|
"service": "mdi:toggle-switch-variant"
|
|
},
|
|
"turn_off": {
|
|
"service": "mdi:toggle-switch-variant-off"
|
|
},
|
|
"turn_on": {
|
|
"service": "mdi:toggle-switch-variant"
|
|
}
|
|
}
|
|
}
|