hass-core/homeassistant/components/input_select/strings.json
Franck Nijhof fb4b35709d
Add state translations for helpers (#90356)
* Add state translations for helpers

* Managed via the UI
2023-03-27 16:19:25 -04:00

20 lines
521 B
JSON

{
"title": "Input select",
"entity_component": {
"_": {
"name": "[%key:component::input_select::title%]",
"state_attributes": {
"editable": {
"name": "[%key:common::generic::ui_managed%]",
"state": {
"true": "[%key:common::state::yes%]",
"false": "[%key:common::state::no%]"
}
},
"options": {
"name": "[%key:component::select::entity_component::_::state_attributes::options::name%]"
}
}
}
}
}