mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-21 10:26:50 +00:00
23 lines
764 B
Markdown
23 lines
764 B
Markdown
---
|
|
layout: page
|
|
title: "Logbook support"
|
|
description: "Instructions how to enable the logbook component for Home Assistant."
|
|
date: 2015-04-25 9:23
|
|
sidebar: false
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
<img src='/images/supported_brands/accessories-text-editor.png' class='brand pull-right' />
|
|
The logbook component provides a different perspective on the history of your house by showing all the changes that happened to your house in chronological order. [See the demo for a live example](/demo/).
|
|
|
|
To enable the logbook in your installation, add the following to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
logbook:
|
|
```
|
|
|
|
<img src='/images/screenshots/logbook.png' style='margin-left:10px; float: right;' height="100" />
|