mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
15 lines
322 B
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"
|
|
}
|
|
}
|
|
}
|