1
0
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:
Franck Nijhof
2026-03-30 15:42:31 +02:00
committed by GitHub
parent f0848edea9
commit 9fb0b69f0a

View File

@@ -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",