1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
core/homeassistant/components/input_text/strings.json
2025-10-28 10:33:10 +01:00

50 lines
1.4 KiB
JSON

{
"entity_component": {
"_": {
"name": "[%key:component::input_text::title%]",
"state_attributes": {
"editable": {
"name": "[%key:common::generic::ui_managed%]",
"state": {
"false": "[%key:common::state::no%]",
"true": "[%key:common::state::yes%]"
}
},
"max": {
"name": "[%key:component::text::entity_component::_::state_attributes::max::name%]"
},
"min": {
"name": "[%key:component::text::entity_component::_::state_attributes::min::name%]"
},
"mode": {
"name": "[%key:common::config_flow::data::mode%]",
"state": {
"password": "[%key:common::config_flow::data::password%]",
"text": "[%key:component::text::entity_component::_::state_attributes::mode::state::text%]"
}
},
"pattern": {
"name": "[%key:component::text::entity_component::_::state_attributes::pattern::name%]"
}
}
}
},
"services": {
"reload": {
"description": "Reloads helpers from the YAML-configuration.",
"name": "[%key:common::action::reload%]"
},
"set_value": {
"description": "Sets the value.",
"fields": {
"value": {
"description": "The target value.",
"name": "Value"
}
},
"name": "Set"
}
},
"title": "Input text"
}