mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 19:18:59 +00:00
715 B
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.