1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
core/homeassistant/components/text/strings.json
2023-03-17 20:29:12 -04:00

32 lines
586 B
JSON

{
"title": "Text",
"device_automation": {
"action_type": {
"set_value": "Set value for {entity_name}"
}
},
"entity_component": {
"_": {
"name": "[%key:component::text::title%]",
"state_attributes": {
"max": {
"name": "Max length"
},
"min": {
"name": "Min length"
},
"mode": {
"name": "Mode",
"state": {
"text": "Text",
"password": "Password"
}
},
"pattern": {
"name": "Pattern"
}
}
}
}
}