diff --git a/homeassistant/components/input_boolean/icons.json b/homeassistant/components/input_boolean/icons.json new file mode 100644 index 00000000000..dc595a60fba --- /dev/null +++ b/homeassistant/components/input_boolean/icons.json @@ -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" + } +}