Add link to docs
This commit is contained in:
parent
2333c0ca3b
commit
1c6a2f87eb
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue