715 B
715 B
| 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 | true | 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: DAYS
Configuration variables:
- purge_days (Optional): Delete events and states older than x days.