From 21a563fe9879db655124083f3a4e4dfc0f57f99a Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Fri, 26 Apr 2024 14:05:04 +0200 Subject: [PATCH] Add details for offset format to sun trigger (#20625) Add details for offset to sun trigger --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 892d8e6a7f..e6c7dadff1 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2941,7 +2941,7 @@ "event": "[%key:ui::panel::config::automation::editor::triggers::type::homeassistant::event%]", "sunrise": "Sunrise", "sunset": "Sunset", - "offset": "Offset (optional)", + "offset": "Offset in seconds or HH:MM:SS (optional)", "description": { "picker": "When the sun sets or rises.", "sets": "When the sun sets{hasDuration, select, \n true { offset by {duration}} \n other {}\n }",