Graphite


The graphite integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] records all events and state changes and feeds the data to a graphite instance.

To enable this integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more], add the following lines to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes.

# Example configuration.yaml entry
graphite:

Configuration Variables

host string (Optional, default: localhost)

IP address of your graphite host, e.g., 192.168.1.10.

port integer (Optional, default: 2003)

Port on graphite host.

protocol string (Optional, default: tcp)

Type of communication protocol: tcp or udp.

prefix string (Optional, default: ha)

Prefix is the metric prefix in graphite.