From 11a609f5bbdd3ebc82d96295741dbf15991d88ef Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 20 Apr 2016 09:25:50 +0200 Subject: [PATCH] Minor changes --- source/_components/feedreader.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_components/feedreader.markdown b/source/_components/feedreader.markdown index a9ccb4424ec..878a38208c3 100644 --- a/source/_components/feedreader.markdown +++ b/source/_components/feedreader.markdown @@ -11,7 +11,9 @@ logo: rss.gif ha_category: Thermostat --- -Add an RSS/Atom feed reader that polls feeds every hour and sends new entries into the event bus +Add an RSS/Atom feed reader that polls feeds every hour and sends new entries into the event bus. + +To use RSS feeds in your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry @@ -20,3 +22,7 @@ feedreader: - https://home-assistant.io/atom.xml - https://github.com/blog.atom ``` + +Configuration variables: + +- **urls** (*Required*): List of URLS for your feeds.