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