mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Fix template usage in OpenUV docs (#13026)
* {% raw %} * Update openuv.markdown * Update openuv.markdown * Update openuv.markdown
This commit is contained in:
parent
f51f2eebfe
commit
dbf567693c
@ -112,7 +112,7 @@ automation:
|
|||||||
```
|
```
|
||||||
|
|
||||||
Update the UV index data every 20 minutes while the sun is at least 10 degrees above the horizon:
|
Update the UV index data every 20 minutes while the sun is at least 10 degrees above the horizon:
|
||||||
|
{% raw %}
|
||||||
```yaml
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
- alias: Update OpenUV every 20 minutes while the sun is at least 10 degrees above the horizon
|
- alias: Update OpenUV every 20 minutes while the sun is at least 10 degrees above the horizon
|
||||||
@ -127,6 +127,7 @@ automation:
|
|||||||
action:
|
action:
|
||||||
service: openuv.update_uv_index_data
|
service: openuv.update_uv_index_data
|
||||||
```
|
```
|
||||||
|
{% endraw %}
|
||||||
|
|
||||||
Update the protection window once a day:
|
Update the protection window once a day:
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user