hass-core/homeassistant/components/select/icons.json
2024-01-20 14:33:08 -05:00

14 lines
355 B
JSON

{
"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"
}
}