From 6075becbabe0f9eca487bf0ed3c1e21c901dc9d4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 25 Mar 2026 07:20:58 +0100 Subject: [PATCH] Improve siren action naming consistency (#166399) --- homeassistant/components/siren/strings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/siren/strings.json b/homeassistant/components/siren/strings.json index 4c4b186d58d..9feaa614d5d 100644 --- a/homeassistant/components/siren/strings.json +++ b/homeassistant/components/siren/strings.json @@ -58,15 +58,15 @@ }, "services": { "toggle": { - "description": "Toggles the siren on/off.", - "name": "[%key:common::action::toggle%]" + "description": "Toggles a siren on/off.", + "name": "Toggle siren" }, "turn_off": { - "description": "Turns the siren off.", - "name": "[%key:common::action::turn_off%]" + "description": "Turns off a siren.", + "name": "Turn off siren" }, "turn_on": { - "description": "Turns the siren on.", + "description": "Turns on a siren.", "fields": { "duration": { "description": "Number of seconds the sound is played. Must be supported by the integration.", @@ -81,7 +81,7 @@ "name": "Volume" } }, - "name": "[%key:common::action::turn_on%]" + "name": "Turn on siren" } }, "title": "Siren",