home-assistant.io/source/_components/logentries.markdown
2017-11-29 07:52:17 +01:00

951 B

layout title description date sidebar comments sharing logo footer ha_category
page Logentries Send events to Logentries. 2016-04-29 16:50 true false true logentries.png true History

The logentries component makes it possible to log all state changes to Logentries using Logentries Webhook endpoint.

Open the Add a Log page and choose Manual. Enter a name for your log in Log Name, add a group in Select Log Set, set Token TCP - logs are identified by a token. and press Create Log Token. The generated token is required for the Home Assistant configuration.

To use the logentries component in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
logentries:
  token: TOKEN

{% configuration %} token: description: The token for the log to use. required: true type: string {% endconfiguration %}