Mark attribute as optional (#14067)

* Mark attribute as optional

* move optional to a separate translation

* indicate required fields, not optional fields
This commit is contained in:
Travis Collins 2022-10-17 01:45:28 -06:00 committed by GitHub
parent 0a3fa3e218
commit 0d623794ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1965,7 +1965,7 @@
"label": "State", "label": "State",
"attribute": "Attribute (optional)", "attribute": "Attribute (optional)",
"from": "From (optional)", "from": "From (optional)",
"for": "For (optional)", "for": "For",
"to": "To (optional)" "to": "To (optional)"
}, },
"homeassistant": { "homeassistant": {
@ -1983,7 +1983,7 @@
"label": "Numeric state", "label": "Numeric state",
"above": "Above", "above": "Above",
"below": "Below", "below": "Below",
"value_template": "Value template (optional)" "value_template": "Value template"
}, },
"sun": { "sun": {
"label": "Sun", "label": "Sun",