2022-11-24 19:01:01 +00:00
|
|
|
{
|
2022-11-30 08:40:24 +00:00
|
|
|
"title": "Text",
|
|
|
|
"device_automation": {
|
|
|
|
"action_type": {
|
|
|
|
"set_value": "Set value for {entity_name}"
|
|
|
|
}
|
2023-03-18 00:29:12 +00:00
|
|
|
},
|
|
|
|
"entity_component": {
|
|
|
|
"_": {
|
|
|
|
"name": "[%key:component::text::title%]",
|
|
|
|
"state_attributes": {
|
|
|
|
"max": {
|
|
|
|
"name": "Max length"
|
|
|
|
},
|
|
|
|
"min": {
|
|
|
|
"name": "Min length"
|
|
|
|
},
|
|
|
|
"mode": {
|
2023-09-12 17:44:31 +00:00
|
|
|
"name": "[%key:common::config_flow::data::mode%]",
|
2023-03-18 00:29:12 +00:00
|
|
|
"state": {
|
|
|
|
"text": "Text",
|
2023-09-12 17:44:31 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2023-03-18 00:29:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"pattern": {
|
|
|
|
"name": "Pattern"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-07-12 18:24:21 +00:00
|
|
|
},
|
|
|
|
"services": {
|
|
|
|
"set_value": {
|
|
|
|
"name": "Set value",
|
|
|
|
"description": "Sets the value.",
|
|
|
|
"fields": {
|
|
|
|
"value": {
|
|
|
|
"name": "Value",
|
|
|
|
"description": "Enter your text."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-11-30 08:40:24 +00:00
|
|
|
}
|
2022-11-24 19:01:01 +00:00
|
|
|
}
|