core/homeassistant/components/select/icons.json

15 lines
355 B
JSON
Raw Normal View History

2024-01-20 19:33:08 +00:00
{
"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"
}
}