diff --git a/homeassistant/components/select/icons.json b/homeassistant/components/select/icons.json new file mode 100644 index 00000000000..1b440d2a1de --- /dev/null +++ b/homeassistant/components/select/icons.json @@ -0,0 +1,14 @@ +{ + "entity_component": { + "_": { + "default": "mdi:format-list-bulleted" + } + }, + "services": { + "select_first": "mdi:format-list-bulleted", + "select_last": "mdi:format-list-bulleted", + "select_next": "mdi:format-list-bulleted", + "select_option": "mdi:format-list-bulleted", + "select_previous": "mdi:format-list-bulleted" + } +}