Add link to docs

This commit is contained in:
Fabian Affolter 2015-10-25 15:12:09 +01:00
parent 5c79fc0ae3
commit bf027fcd48

View file

@ -1,9 +1,11 @@
"""
homeassistant.components.recorder
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Component that records all events and state changes. Allows other components
to query this database.
Component that records all events and state changes.
Allows other components to query this database.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/recorder.html
"""
import logging
import threading