diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 1b01d155153..bf08621dd35 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -313,6 +313,17 @@ automation: at: "15:32:00" ``` +Or at multiple specific times: + +```yaml +automation: + trigger: + platform: time + at: + - "15:32:00" + - "20:30:00" +``` + ### Time pattern trigger With the time pattern trigger, you can match if the hour, minute or second of the current time matches a specific value. You can prefix the value with a `/` to match whenever the value is divisible by that number. You can specify `*` to match any value (when using the web interface this is required, the fields cannot be left empty).