Skip to content

Commit bb5ae58

Browse files
kwdavidsonfabaff
authored andcommitted
Minor language edits. (home-assistant#3215)
1 parent abdc608 commit bb5ae58

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/_components/rss_feed_template.markdown

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ ha_category: Front end
1212
ha_release: 0.44
1313
---
1414

15-
The `rss_feed_template` component can export any information from Home Assistant as static RSS feed. This can be used to display those information on several devices using RSS readers. While native apps for Home Assistant are not widely available, native RSS readers exists for almost any platform.
16-
17-
E.g. on android, the app "Simple RSS Widget" can be used to display temperatures on the home screen.
15+
The `rss_feed_template` component can export any information from Home Assistant as a static RSS feed. This can be used to display that information on many types of devices using an RSS reader. While native apps for Home Assistant are not widely available, native RSS readers exist for almost any platform.
1816

17+
For example, on Android, the app "Simple RSS Widget" can be used to display temperatures on the home screen.
1918

2019
```yaml
2120
# Example configuration.yml entry
@@ -30,9 +29,9 @@ rss_feed_template:
3029
3130
Configuration variables:
3231
33-
- **requires_api_password:** (*Optional*): If true and an api password is set, the password must be passed via '?api_password=...' parameter (Default: True)
34-
- **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')
32+
- **requires_api_password:** (*Optional*): If true and an API password is set, the password must be passed via '?api_password=...' parameter (Default: True)
33+
- **feed_id** (*Required*): The key is used as the ID of the feed. The feed can be accessed at /api/rss_template/feed_id (example: 'garden')
3534
- **title** (*Optional*): The title of the feed, which is parsed as [template](/topics/templating/).
36-
- **items** (*Required*): A list of feed items
35+
- **items** (*Required*): A list of feed items.
3736
- **items/title** (*Optional*): The title of the item, which is parsed as [template](/topics/templating/).
3837
- **items/description** (*Optional*): The description of the item, which is parsed as [template](/topics/templating/).

0 commit comments

Comments
 (0)