From 1e005ed65118dd9984f32c48e53efcedf5eb5572 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 1 Sep 2016 17:19:20 +0200 Subject: [PATCH] Fix configuration sample --- source/_components/feedreader.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/feedreader.markdown b/source/_components/feedreader.markdown index 70e0718c481..099474692a4 100644 --- a/source/_components/feedreader.markdown +++ b/source/_components/feedreader.markdown @@ -20,8 +20,8 @@ To use RSS feeds in your installation, add the following to your `configuration. # Example configuration.yaml entry feedreader: urls: - - https://home-assistant.io/atom.xml - - https://github.com/blog.atom + - https://home-assistant.io/atom.xml + - https://github.com/blog.atom ``` Configuration variables: