1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00
Files
core/homeassistant/components/select/icons.json
2026-03-27 10:48:20 +01:00

35 lines
681 B
JSON

{
"conditions": {
"is_option_selected": {
"condition": "mdi:format-list-bulleted"
}
},
"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"
}
},
"triggers": {
"selection_changed": {
"trigger": "mdi:format-list-bulleted"
}
}
}