mirror of https://github.com/home-assistant/core
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"title": "Input text",
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::input_text::title%]",
|
|
"state_attributes": {
|
|
"editable": {
|
|
"name": "[%key:common::generic::ui_managed%]",
|
|
"state": {
|
|
"true": "[%key:common::state::yes%]",
|
|
"false": "[%key:common::state::no%]"
|
|
}
|
|
},
|
|
"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": {
|
|
"text": "[%key:component::text::entity_component::_::state_attributes::mode::state::text%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"pattern": {
|
|
"name": "[%key:component::text::entity_component::_::state_attributes::pattern::name%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"set_value": {
|
|
"name": "Set",
|
|
"description": "Sets the value.",
|
|
"fields": {
|
|
"value": {
|
|
"name": "Value",
|
|
"description": "The target value."
|
|
}
|
|
}
|
|
},
|
|
"reload": {
|
|
"name": "[%key:common::action::reload%]",
|
|
"description": "Reloads helpers from the YAML-configuration."
|
|
}
|
|
}
|
|
}
|