core/homeassistant/components/select/strings.json

15 lines
322 B
JSON

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