From 0d623794edf8733f93230bba0e6250ef4afdd04b Mon Sep 17 00:00:00 2001 From: Travis Collins Date: Mon, 17 Oct 2022 01:45:28 -0600 Subject: [PATCH] Mark attribute as optional (#14067) * Mark attribute as optional * move optional to a separate translation * indicate required fields, not optional fields --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 374c847570..38f543adc8 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1965,7 +1965,7 @@ "label": "State", "attribute": "Attribute (optional)", "from": "From (optional)", - "for": "For (optional)", + "for": "For", "to": "To (optional)" }, "homeassistant": { @@ -1983,7 +1983,7 @@ "label": "Numeric state", "above": "Above", "below": "Below", - "value_template": "Value template (optional)" + "value_template": "Value template" }, "sun": { "label": "Sun",