Skip to content
Snippets Groups Projects
Commit 9dc055e5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

Add link to docs

parent 6d6cf886
No related branches found
No related tags found
No related merge requests found
...@@ -4,16 +4,8 @@ homeassistant.components.graphite ...@@ -4,16 +4,8 @@ homeassistant.components.graphite
Component that records all events and state changes and feeds the data to Component that records all events and state changes and feeds the data to
a graphite installation. a graphite installation.
Example configuration: For more details about this component, please refer to the documentation at
https://home-assistant.io/components/graphite/
graphite:
host: foobar
port: 2003
prefix: ha
All config elements are optional, and assumed to be on localhost at the
default port if not specified. Prefix is the metric prefix in graphite,
and defaults to 'ha'.
""" """
import logging import logging
import queue import queue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment