1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/text/strings.json
Erik Montnemery 393be71009 Improve trigger descriptions (#157643)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-12-02 11:08:39 +01:00

53 lines
1.1 KiB
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",
"triggers": {
"changed": {
"description": "Triggers after one or more texts change.",
"name": "Text changed"
}
}
}