mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update rss_feed_template.markdown (#3314)
Use a capital M in the timestamp to show current minute instead of current month
This commit is contained in:
parent
21ca7ad8dc
commit
6e154db323
@ -23,7 +23,7 @@ rss_feed_template:
|
|||||||
# Example: https://localhost:8123/api/rss_template/garden
|
# Example: https://localhost:8123/api/rss_template/garden
|
||||||
garden:
|
garden:
|
||||||
requires_api_password: False
|
requires_api_password: False
|
||||||
title: "Garden {% raw %}{{ as_timestamp(now())|timestamp_custom('%H:%m', True) }}{% endraw %}"
|
title: "Garden {% raw %}{{ as_timestamp(now())|timestamp_custom('%H:%M', True) }}{% endraw %}"
|
||||||
items:
|
items:
|
||||||
- title: "Outside temperature"
|
- title: "Outside temperature"
|
||||||
description: "{% raw %}{% if is_state('sensor.temp_outside','unknown') %}---{% else %}{{states.sensor.temp_outside.state}} °C{% endif %}{% endraw %}"
|
description: "{% raw %}{% if is_state('sensor.temp_outside','unknown') %}---{% else %}{{states.sensor.temp_outside.state}} °C{% endif %}{% endraw %}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user