core/homeassistant/components/select/translations/en.json

14 lines
369 B
JSON

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