home-assistant.io/source/_integrations/logentries.markdown
2022-10-10 17:11:18 +02:00

935 B

title description ha_category ha_iot_class ha_release ha_domain ha_integration_type
Logentries Send events to Logentries.
History
Cloud Push 0.13 logentries integration

The logentries integration 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 integration 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 %}