1
0
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:
Franck Nijhof
2026-03-24 19:39:50 +01:00
committed by GitHub
parent bdb74ca37a
commit dec6f955f3

View File

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