mirror of
https://github.com/home-assistant/core.git
synced 2026-05-15 04:51:20 +01:00
694059837d
Co-authored-by: Franck Nijhof <git@frenck.dev>
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"default": "mdi:check-circle-outline",
|
|
"state": {
|
|
"off": "mdi:close-circle-outline"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"toggle": "mdi:toggle-switch",
|
|
"turn_off": "mdi:toggle-switch-off",
|
|
"turn_on": "mdi:toggle-switch",
|
|
"reload": "mdi:reload"
|
|
}
|
|
}
|