mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 00:20:30 +01:00
Improve text action naming consistency (#166523)
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
This commit is contained in:
@@ -60,14 +60,14 @@
|
||||
},
|
||||
"services": {
|
||||
"set_value": {
|
||||
"description": "Sets the value.",
|
||||
"description": "Sets the value of a text entity.",
|
||||
"fields": {
|
||||
"value": {
|
||||
"description": "Enter your text.",
|
||||
"name": "Value"
|
||||
}
|
||||
},
|
||||
"name": "Set value"
|
||||
"name": "Set text value"
|
||||
}
|
||||
},
|
||||
"title": "Text",
|
||||
|
||||
Reference in New Issue
Block a user