mirror of https://github.com/home-assistant/core
25 lines
480 B
JSON
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"
|
|
}
|
|
}
|
|
}
|