Fix template usage in OpenUV docs (#13026)

* {% raw %}

* Update openuv.markdown

* Update openuv.markdown

* Update openuv.markdown
This commit is contained in:
Michal 2020-04-17 10:40:55 +01:00 committed by GitHub
parent f51f2eebfe
commit dbf567693c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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