From 74dbcae92f1c053c3545ce3450ff87b6dae3dee5 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Fri, 15 Sep 2023 16:05:56 +0200 Subject: [PATCH] Fix timer reload description (#100433) Fix copy/paste error of #100388 --- homeassistant/components/timer/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/timer/strings.json b/homeassistant/components/timer/strings.json index 719cafe676a..1ebf0c6f50a 100644 --- a/homeassistant/components/timer/strings.json +++ b/homeassistant/components/timer/strings.json @@ -65,7 +65,7 @@ }, "reload": { "name": "[%key:common::action::reload%]", - "description": "Reloads helpers from the YAML-configuration." + "description": "Reloads timers from the YAML-configuration." } } }