Skip to content

Commit 6e154db

Browse files
fanaticDaviddale3h
authored andcommitted
Update rss_feed_template.markdown (home-assistant#3314)
Use a capital M in the timestamp to show current minute instead of current month
1 parent 21ca7ad commit 6e154db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/rss_feed_template.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rss_feed_template:
2323
# Example: https://localhost:8123/api/rss_template/garden
2424
garden:
2525
requires_api_password: False
26-
title: "Garden {% raw %}{{ as_timestamp(now())|timestamp_custom('%H:%m', True) }}{% endraw %}"
26+
title: "Garden {% raw %}{{ as_timestamp(now())|timestamp_custom('%H:%M', True) }}{% endraw %}"
2727
items:
2828
- title: "Outside temperature"
2929
description: "{% raw %}{% if is_state('sensor.temp_outside','unknown') %}---{% else %}{{states.sensor.temp_outside.state}} °C{% endif %}{% endraw %}"

0 commit comments

Comments
 (0)