mirror of
https://github.com/home-assistant/core.git
synced 2026-05-16 13:31:01 +01:00
1f4cf67daa
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
42 lines
825 B
JSON
42 lines
825 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"default": "mdi:toggle-switch-variant",
|
|
"state": {
|
|
"off": "mdi:toggle-switch-variant-off"
|
|
}
|
|
},
|
|
"outlet": {
|
|
"default": "mdi:power-plug",
|
|
"state": {
|
|
"off": "mdi:power-plug-off"
|
|
}
|
|
},
|
|
"switch": {
|
|
"default": "mdi:toggle-switch-variant",
|
|
"state": {
|
|
"off": "mdi:toggle-switch-variant-off"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"toggle": {
|
|
"service": "mdi:toggle-switch-variant"
|
|
},
|
|
"turn_off": {
|
|
"service": "mdi:toggle-switch-variant-off"
|
|
},
|
|
"turn_on": {
|
|
"service": "mdi:toggle-switch-variant"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"turned_off": {
|
|
"trigger": "mdi:toggle-switch-variant-off"
|
|
},
|
|
"turned_on": {
|
|
"trigger": "mdi:toggle-switch-variant"
|
|
}
|
|
}
|
|
}
|