From 911d322aacd49a9342724dde45e57f33fc3ee7a9 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 6 Dec 2021 12:52:38 +0100 Subject: [PATCH] Mark more trigger fields as optional (#10798) --- src/translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index db11bf37d8..372374f8db 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1514,7 +1514,7 @@ "extra_fields": { "above": "Above", "below": "Below", - "for": "Duration", + "for": "Duration (optional)", "zone": "[%key:ui::panel::config::automation::editor::triggers::type::zone::label%]" } }, @@ -1537,9 +1537,9 @@ "state": { "label": "State", "attribute": "Attribute (optional)", - "from": "From", - "for": "For", - "to": "To" + "from": "From (optional)", + "for": "For (optional)", + "to": "To (optional)" }, "homeassistant": { "label": "Home Assistant",