1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/select/icons.json
2024-01-20 14:33:08 -05:00

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