mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 10:05:59 +01:00
Add select icon translations (#108472)
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user