1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-29 11:45:35 +01:00
Files
core/homeassistant/components/select/icons.json
T
2024-08-28 13:48:01 +02:00

25 lines
480 B
JSON

{
"entity_component": {
"_": {
"default": "mdi:format-list-bulleted"
}
},
"services": {
"select_first": {
"service": "mdi:format-list-bulleted"
},
"select_last": {
"service": "mdi:format-list-bulleted"
},
"select_next": {
"service": "mdi:format-list-bulleted"
},
"select_option": {
"service": "mdi:format-list-bulleted"
},
"select_previous": {
"service": "mdi:format-list-bulleted"
}
}
}