From 1bd3c758a04ef59408acf8e799d28d4a1cd47739 Mon Sep 17 00:00:00 2001 From: Tom L Date: Thu, 24 Jan 2019 11:39:16 +0000 Subject: [PATCH] Updated Automation Example with time_pattern (#8256) I'm 99% sure this needs to be time_pattern now as opposed to time. --- source/_components/openuv.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/openuv.markdown b/source/_components/openuv.markdown index 10ef2e1a6ac..fe70de77001 100644 --- a/source/_components/openuv.markdown +++ b/source/_components/openuv.markdown @@ -141,7 +141,7 @@ usage is to only retrieve data during the daytime: automation: - alias: Update OpenUV every 30 minutes during the daytime trigger: - platform: time + platform: time_pattern minutes: "/30" seconds: 00 condition: @@ -163,7 +163,7 @@ etc.) might be to simply query the API less often: automation: - alias: Update OpenUV every hour (24 of 50 calls per day) trigger: - platform: time + platform: time_pattern minutes: "/60" seconds: 00 action: