From dbf567693c3dc00f08f87de965eff6fa3b4d068a Mon Sep 17 00:00:00 2001 From: Michal Date: Fri, 17 Apr 2020 10:40:55 +0100 Subject: [PATCH] Fix template usage in OpenUV docs (#13026) * {% raw %} * Update openuv.markdown * Update openuv.markdown * Update openuv.markdown --- source/_integrations/openuv.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/openuv.markdown b/source/_integrations/openuv.markdown index 550d5a1de09..73a238b488f 100644 --- a/source/_integrations/openuv.markdown +++ b/source/_integrations/openuv.markdown @@ -112,7 +112,7 @@ automation: ``` Update the UV index data every 20 minutes while the sun is at least 10 degrees above the horizon: - +{% raw %} ```yaml automation: - alias: Update OpenUV every 20 minutes while the sun is at least 10 degrees above the horizon @@ -127,6 +127,7 @@ automation: action: service: openuv.update_uv_index_data ``` +{% endraw %} Update the protection window once a day: ```yaml