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

47 lines
996 B
JSON

{
"device_automation": {
"action_type": {
"set_value": "Set value for {entity_name}"
},
"extra_fields": {
"value": "[%key:common::device_automation::extra_fields::value%]"
}
},
"entity_component": {
"_": {
"name": "[%key:component::text::title%]",
"state_attributes": {
"max": {
"name": "Max length"
},
"min": {
"name": "Min length"
},
"mode": {
"name": "[%key:common::config_flow::data::mode%]",
"state": {
"password": "[%key:common::config_flow::data::password%]",
"text": "Text"
}
},
"pattern": {
"name": "Pattern"
}
}
}
},
"services": {
"set_value": {
"description": "Sets the value.",
"fields": {
"value": {
"description": "Enter your text.",
"name": "Value"
}
},
"name": "Set value"
}
},
"title": "Text"
}