From 6c9c17f1295526db0ecd0f5294895aca81d598e3 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 31 Dec 2024 08:07:52 +0100 Subject: [PATCH] Update description of the script toggle action (#134093) --- homeassistant/components/script/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/script/strings.json b/homeassistant/components/script/strings.json index d233b0680f8..d4fb227cf86 100644 --- a/homeassistant/components/script/strings.json +++ b/homeassistant/components/script/strings.json @@ -64,7 +64,7 @@ }, "toggle": { "name": "[%key:common::action::toggle%]", - "description": "Toggle a script. Starts it, if isn't running, stops it otherwise." + "description": "Starts a script if it isn't running, stops it otherwise." } } }