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 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. For more details about this component, please refer to the documentation at
Allows other components to query this database. https://home-assistant.io/components/recorder.html
""" """
import logging import logging
import threading import threading