Add link to docs
This commit is contained in:
parent
5c79fc0ae3
commit
bf027fcd48
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue