1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00
Files
core/homeassistant/components/text/strings.json
2026-03-30 15:42:31 +02:00

81 lines
1.9 KiB
JSON

{
"common": {
"condition_behavior_description": "The behavior of the targeted texts to check.",
"condition_behavior_name": "Behavior"
},
"conditions": {
"is_equal_to": {
"description": "Tests if one or more texts are equal to a specified value.",
"fields": {
"behavior": {
"description": "[%key:component::text::common::condition_behavior_description%]",
"name": "[%key:component::text::common::condition_behavior_name%]"
},
"value": {
"description": "The value to compare the text to.",
"name": "Value"
}
},
"name": "Text is equal to"
}
},
"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"
}
}
}
},
"selector": {
"condition_behavior": {
"options": {
"all": "All",
"any": "Any"
}
}
},
"services": {
"set_value": {
"description": "Sets the value of a text entity.",
"fields": {
"value": {
"description": "Enter your text.",
"name": "Value"
}
},
"name": "Set text value"
}
},
"title": "Text",
"triggers": {
"changed": {
"description": "Triggers after one or more texts change.",
"name": "Text changed"
}
}
}