1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Improve script action naming consistency (#166517)

This commit is contained in:
Franck Nijhof
2026-03-25 23:14:19 +01:00
committed by GitHub
parent 9e28db0535
commit 668d220400

View File

@@ -51,19 +51,19 @@
"services": {
"reload": {
"description": "Reloads all the available scripts.",
"name": "[%key:common::action::reload%]"
"name": "Reload scripts"
},
"toggle": {
"description": "Starts a script if it isn't running, stops it otherwise.",
"name": "[%key:common::action::toggle%]"
"name": "Toggle script"
},
"turn_off": {
"description": "Stops a running script.",
"name": "[%key:common::action::turn_off%]"
"name": "Turn off script"
},
"turn_on": {
"description": "Runs the sequence of actions defined in a script.",
"name": "[%key:common::action::turn_on%]"
"name": "Turn on script"
}
},
"title": "Script"