Mark more trigger fields as optional (#10798)

This commit is contained in:
Philip Allgaier 2021-12-06 12:52:38 +01:00 committed by GitHub
parent 419879ee7a
commit 911d322aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",