We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ca7ad commit 6e154dbCopy full SHA for 6e154db
source/_components/rss_feed_template.markdown
@@ -23,7 +23,7 @@ rss_feed_template:
23
# Example: https://localhost:8123/api/rss_template/garden
24
garden:
25
requires_api_password: False
26
- title: "Garden {% raw %}{{ as_timestamp(now())|timestamp_custom('%H:%m', True) }}{% endraw %}"
+ title: "Garden {% raw %}{{ as_timestamp(now())|timestamp_custom('%H:%M', True) }}{% endraw %}"
27
items:
28
- title: "Outside temperature"
29
description: "{% raw %}{% if is_state('sensor.temp_outside','unknown') %}---{% else %}{{states.sensor.temp_outside.state}} °C{% endif %}{% endraw %}"
0 commit comments