Skip to content

Commit 09a174a

Browse files
committed
Fix typo and add link
1 parent 5e0894c commit 09a174a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/logbook.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ logo: logbook.png
1111
ha_category: "History"
1212
---
1313

14-
<img src='/images/screenshots/logbook.png' style='margin-left:10px; float: right;' height="100" /> The logbook component provides a different perspective on the history of your house by showing all the changes that happened to your house in reverse chronological order. [See the demo for a live example](/demo/). It depends on the `recorder` component for storing the data. This means that if the `recorder` component is set up to use e.g. mySQL as data store, the `logbook` component does not use the default SQLite database to store data.
14+
<img src='/images/screenshots/logbook.png' style='margin-left:10px; float: right;' height="100" /> The logbook component provides a different perspective on the history of your house by showing all the changes that happened to your house in reverse chronological order. [See the demo for a live example](/demo/). It depends on the `recorder` component for storing the data. This means that if the [`recorder`](/components/recorder/) component is set up to use e.g. MySQL or PostgreSQL as data store, the `logbook` component does not use the default SQLite database to store data.
1515

1616
To enable the logbook in your installation, add the following to your `configuration.yaml` file:
1717

@@ -55,7 +55,7 @@ logbook:
5555
- media_player
5656
```
5757

58-
You can also use the `include` list and filter out some entities or domains with an `exclude` list. Usually this makes sense if you define domains on the include side and filter out some specific entities.
58+
You can also use the `include` list and filter out some entities or domains with an `exclude` list. Usually this makes sense if you define domains on the include side and filter out some specific entities.
5959

6060
```yaml
6161
# Example of combining include and exclude configurations

0 commit comments

Comments
 (0)