From dec6f955f33f3bb2422a6b281701b2d39adea092 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 24 Mar 2026 19:39:50 +0100 Subject: [PATCH] Improve switch action naming consistency (#166376) --- homeassistant/components/switch/strings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/switch/strings.json b/homeassistant/components/switch/strings.json index a5e84fafda8..93b406e4eb1 100644 --- a/homeassistant/components/switch/strings.json +++ b/homeassistant/components/switch/strings.json @@ -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",