diff --git a/source/_components/rss_feed_template.markdown b/source/_components/rss_feed_template.markdown index 178f3434b05..7ecbc599a3e 100644 --- a/source/_components/rss_feed_template.markdown +++ b/source/_components/rss_feed_template.markdown @@ -19,6 +19,8 @@ For example, on Android, the app "Simple RSS Widget" can be used to display temp ```yaml # Example configuration.yml entry rss_feed_template: + # Accessible on /api/rss_template/garden + # Example: https://localhost:8123/api/rss_template/garden garden: requires_api_password: False title: "Garden {% raw %}{{ as_timestamp(now())|timestamp_custom('%H:%m', True) }}{% endraw %}"