mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 17:48:59 +00:00
850 B
850 B
title, description, logo, ha_category, ha_release
title | description | logo | ha_category | ha_release | |
---|---|---|---|---|---|
Graphite | Instructions on how to record Home Assistant history in Graphite. | graphite.png |
|
0.13 |
The graphite
integration records all events and state changes and feeds the data to a graphite instance.
To enable this component, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
graphite:
{% configuration %} host: description: IP address of your graphite host, e.g., 192.168.1.10. required: false type: string default: localhost port: description: This is a description of what this key is for. required: false type: integer default: 2003 prefix: description: Prefix is the metric prefix in graphite. required: false type: string default: ha {% endconfiguration %}