core/homeassistant/components/select/strings.json

12 lines
226 B
JSON
Raw Normal View History

{
"title": "Select",
"device_automation": {
"trigger_type": {
"current_option_changed": "{entity_name} option changed"
},
"action_type": {
"select_option": "Change {entity_name} option"
}
}
}