Add state (attribute) translations for Text (#89898)
This commit is contained in:
parent
e87359761b
commit
1f4164def8
1 changed files with 23 additions and 0 deletions
|
@ -4,5 +4,28 @@
|
|||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue