mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
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:
parent
0a3fa3e218
commit
0d623794ed
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user