From 3e34fc3b82d7437e892b29f481fc6b448ee8e130 Mon Sep 17 00:00:00 2001 From: steffenrapp <88974099+steffenrapp@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:42:27 +0200 Subject: [PATCH] Add missing timer service translation (#100388) --- homeassistant/components/timer/services.yaml | 2 ++ homeassistant/components/timer/strings.json | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/homeassistant/components/timer/services.yaml b/homeassistant/components/timer/services.yaml index 74eeae22b23..ac5453d38c9 100644 --- a/homeassistant/components/timer/services.yaml +++ b/homeassistant/components/timer/services.yaml @@ -36,3 +36,5 @@ change: example: "00:01:00, 60 or -60" selector: text: + +reload: diff --git a/homeassistant/components/timer/strings.json b/homeassistant/components/timer/strings.json index 56cb46d26b4..719cafe676a 100644 --- a/homeassistant/components/timer/strings.json +++ b/homeassistant/components/timer/strings.json @@ -62,6 +62,10 @@ "description": "Duration to add or subtract to the running timer." } } + }, + "reload": { + "name": "[%key:common::action::reload%]", + "description": "Reloads helpers from the YAML-configuration." } } }