mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Add link to docs
This commit is contained in:
parent
5c79fc0ae3
commit
bf027fcd48
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user