mirror of
https://github.com/home-assistant/core.git
synced 2026-04-22 14:25:43 +00:00
Improve text action naming consistency
This commit is contained in:
@@ -60,14 +60,14 @@
|
||||
},
|
||||
"services": {
|
||||
"set_value": {
|
||||
"description": "Sets the value.",
|
||||
"description": "Sets the value of a text.",
|
||||
"fields": {
|
||||
"value": {
|
||||
"description": "Enter your text.",
|
||||
"name": "Value"
|
||||
}
|
||||
},
|
||||
"name": "Set value"
|
||||
"name": "Set text value"
|
||||
}
|
||||
},
|
||||
"title": "Text",
|
||||
|
||||
Reference in New Issue
Block a user