mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
Improve switch action naming consistency (#166376)
This commit is contained in:
@@ -87,15 +87,15 @@
|
||||
"services": {
|
||||
"toggle": {
|
||||
"description": "Toggles a switch on/off.",
|
||||
"name": "[%key:common::action::toggle%]"
|
||||
"name": "Toggle switch"
|
||||
},
|
||||
"turn_off": {
|
||||
"description": "Turns a switch off.",
|
||||
"name": "[%key:common::action::turn_off%]"
|
||||
"description": "Turns off a switch.",
|
||||
"name": "Turn off switch"
|
||||
},
|
||||
"turn_on": {
|
||||
"description": "Turns a switch on.",
|
||||
"name": "[%key:common::action::turn_on%]"
|
||||
"description": "Turns on a switch.",
|
||||
"name": "Turn on switch"
|
||||
}
|
||||
},
|
||||
"title": "Switch",
|
||||
|
||||
Reference in New Issue
Block a user