Add input boolean icon translations (#109108)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
72a28d68d3
commit
694059837d
1 changed files with 16 additions and 0 deletions
16
homeassistant/components/input_boolean/icons.json
Normal file
16
homeassistant/components/input_boolean/icons.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue