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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user