1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/recorder/services.yaml
2018-02-11 13:22:59 -08:00

12 lines
424 B
YAML

# Describes the format for available recorder services
purge:
description: Start purge task - delete events and states older than x days, according to keep_days service data.
fields:
keep_days:
description: Number of history days to keep in database after purge. Value >= 0.
example: 2
repack:
description: Attempt to save disk space by rewriting the entire database file.
example: true