Sebastian von Minckwitz 8664a2daae Fix link (#496)
2016-05-22 12:36:29 +02:00

715 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release
layout title description date sidebar comments sharing footer logo ha_category featured ha_release
page Recorder Instructions how to configure the data recorder for Home Assistant. 2016-05-21 09:00 true false true true home-assistant.png History false 0.20

The recorder component is storing details in the local database which then are handled by the history component.

To setup the recorder component in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
recorder:
  purge_days: 14

Configuration variables:

  • purge_days (Optional): Delete events and states older than x days.