diff --git a/homeassistant/components/debugpy/strings.json b/homeassistant/components/debugpy/strings.json index 74334a15f4a..2de92fc3827 100644 --- a/homeassistant/components/debugpy/strings.json +++ b/homeassistant/components/debugpy/strings.json @@ -1,7 +1,7 @@ { "services": { "start": { - "name": "[%key:common::action::stop%]", + "name": "[%key:common::action::start%]", "description": "Starts the Remote Python Debugger." } } diff --git a/homeassistant/components/profiler/strings.json b/homeassistant/components/profiler/strings.json index b9aae585d9f..a14324a9082 100644 --- a/homeassistant/components/profiler/strings.json +++ b/homeassistant/components/profiler/strings.json @@ -11,7 +11,7 @@ }, "services": { "start": { - "name": "[%key:common::action::stop%]", + "name": "[%key:common::action::start%]", "description": "Starts the Profiler.", "fields": { "seconds": { diff --git a/homeassistant/components/timer/strings.json b/homeassistant/components/timer/strings.json index c52f2627253..56cb46d26b4 100644 --- a/homeassistant/components/timer/strings.json +++ b/homeassistant/components/timer/strings.json @@ -32,7 +32,7 @@ }, "services": { "start": { - "name": "[%key:common::action::stop%]", + "name": "[%key:common::action::start%]", "description": "Starts a timer.", "fields": { "duration": {