Skip to content

Commit 420df00

Browse files
authored
Add instructions (fixes home-assistant#4085) (home-assistant#4086)
1 parent d9bf6dd commit 420df00

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

source/_components/logentries.markdown

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ footer: true
1111
ha_category: "History"
1212
---
1313

14-
The `logentries` component makes it possible to log all state changes to [your Logentries account](http://logentries.com/) using Logentries Webhook endpoint and a token based log
14+
The `logentries` component makes it possible to log all state changes to [Logentries](http://logentries.com/) using Logentries Webhook endpoint.
15+
16+
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.
1517

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

@@ -21,6 +23,10 @@ logentries:
2123
token: TOKEN
2224
```
2325
24-
Configuration variables:
26+
{% configuration %}
27+
token:
28+
description: The token for the log to use.
29+
required: true
30+
type: string
31+
{% endconfiguration %}
2532
26-
- **token** (*Required*): Your Logentries log token.

0 commit comments

Comments
 (0)