mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Mark more trigger fields as optional (#10798)
This commit is contained in:
parent
419879ee7a
commit
911d322aac
@ -1514,7 +1514,7 @@
|
|||||||
"extra_fields": {
|
"extra_fields": {
|
||||||
"above": "Above",
|
"above": "Above",
|
||||||
"below": "Below",
|
"below": "Below",
|
||||||
"for": "Duration",
|
"for": "Duration (optional)",
|
||||||
"zone": "[%key:ui::panel::config::automation::editor::triggers::type::zone::label%]"
|
"zone": "[%key:ui::panel::config::automation::editor::triggers::type::zone::label%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1537,9 +1537,9 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"label": "State",
|
"label": "State",
|
||||||
"attribute": "Attribute (optional)",
|
"attribute": "Attribute (optional)",
|
||||||
"from": "From",
|
"from": "From (optional)",
|
||||||
"for": "For",
|
"for": "For (optional)",
|
||||||
"to": "To"
|
"to": "To (optional)"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"label": "Home Assistant",
|
"label": "Home Assistant",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user