mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Add state (attribute) translations for Text (#89898)
This commit is contained in:
parent
e87359761b
commit
1f4164def8
@ -4,5 +4,28 @@
|
|||||||
"action_type": {
|
"action_type": {
|
||||||
"set_value": "Set value for {entity_name}"
|
"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…
x
Reference in New Issue
Block a user