mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Add input boolean icon translations (#109108)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
72a28d68d3
commit
694059837d
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…
x
Reference in New Issue
Block a user