diff --git a/homeassistant/components/light/icons.json b/homeassistant/components/light/icons.json new file mode 100644 index 00000000000..5113834e575 --- /dev/null +++ b/homeassistant/components/light/icons.json @@ -0,0 +1,12 @@ +{ + "entity_component": { + "_": { + "default": "mdi:lightbulb" + } + }, + "services": { + "toggle": "mdi:lightbulb", + "turn_off": "mdi:lightbulb-off", + "turn_on": "mdi:lightbulb-on" + } +}