Skip to content

Commit d1f2a73

Browse files
committed
Option 'requires_api_password', default is True
1 parent 6b2965e commit d1f2a73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/rss_feed_template.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ E.g. on android, the app "Simple RSS Widget" can be used to display temperatures
2020
# Example configuration.yml entry
2121
rss_feed_template:
2222
garden:
23+
requires_api_password: False
2324
title: "Garden {{ as_timestamp(now())|timestamp_custom('%H:%m', True) }}"
2425
items:
2526
- title: "Outside temperature"
@@ -28,6 +29,7 @@ rss_feed_template:
2829
2930
Configuration variables:
3031
32+
- **requires_api_password:** (*Optional*): If true and an api password is set, the password must be passed via '?api_password=...' parameter (Default: True)
3133
- **feed_id** (*Required*): The key is used as id of the feed. The feed can be accessed at /api/rss_template/feed_id (example: 'garden')
3234
- **title** (*Optional*): The title of the feed, which is parsed as [template](/topics/templating/).
3335
- **items** (*Required*): A list of feed items

0 commit comments

Comments
 (0)