mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Add select icon translations (#108472)
This commit is contained in:
parent
942636ffd6
commit
222e2c19f3
14
homeassistant/components/select/icons.json
Normal file
14
homeassistant/components/select/icons.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user