32 lines
586 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|