Files
core/homeassistant/components/select/strings.json
Erik Montnemery 86a397720f Move platform_integration_no_support issue to the homeassistant integration (#95927)
* Move platform_integration_no_support issue to the homeassistant integration

* Update test

* Improve repair text

* Update test
2023-07-07 13:31:54 +02:00

29 lines
763 B
JSON

{
"title": "Select",
"device_automation": {
"trigger_type": {
"current_option_changed": "{entity_name} option changed"
},
"action_type": {
"select_first": "Change {entity_name} to first option",
"select_last": "Change {entity_name} to last option",
"select_next": "Change {entity_name} to next option",
"select_option": "Change {entity_name} option",
"select_previous": "Change {entity_name} to previous option"
},
"condition_type": {
"selected_option": "Current {entity_name} selected option"
}
},
"entity_component": {
"_": {
"name": "[%key:component::select::title%]",
"state_attributes": {
"options": {
"name": "Options"
}
}
}
}
}