home-assistant.io/source/_components/logentries.markdown
Piotr Żuralski 6cbcc1acdc fixing ha_category components annotation (#9432)
* fixing ha_category components annotation

Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>

* ✏️ Tweak
2019-05-11 09:46:28 +02:00

970 B

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

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 %}