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:
David 2017-09-06 04:52:23 +10:00 committed by Dale Higgs
parent 21ca7ad8dc
commit 6e154db323

View File

@ -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 %}"