Add link to docs

pull/1913/head
Fabian Affolter 2016-04-22 15:48:40 +02:00
parent 2333c0ca3b
commit 1c6a2f87eb
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
"""RSS/Atom feed reader for Home Assistant."""
"""
Support for RSS/Atom feed.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/feedreader/
"""
from datetime import datetime
from logging import getLogger
import voluptuous as vol