mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
Mark more trigger fields as optional (#10798)
This commit is contained in:
parent
419879ee7a
commit
911d322aac
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user