From 45d0f0882a8891000a4cfd241583c20f6fb1da59 Mon Sep 17 00:00:00 2001 From: pvmil Date: Tue, 27 Aug 2019 18:46:05 +0200 Subject: [PATCH] Minor update time pattern trigger in web-interface (#10226) I spent some time (newbie) before I found out I had to fill '*' for fields I did not plan to fill (like 'hour') --- source/_docs/automation/trigger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 32afab597a9..efa40b6cfde 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -293,7 +293,7 @@ automation: ### 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. +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). ```yaml automation: