1.0 KiB

title description ha_category ha_release ha_quality_scale ha_codeowners ha_domain ha_integration_type
History Instructions on how to enable history support for Home Assistant.
History
pre 0.7 internal
@home-assistant/core
history system

The history integration will track everything that is going on within Home Assistant and allows the user to browse through it. It depends on the recorder integration for storing the data and uses the same database setting. If any entities are excluded from being recorded, no history will be available for these entities.

This integration is by default enabled, unless you've disabled or removed the default_config: line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

# Basic configuration.yaml entry
history:

API

The history information is also available through the RESTful API.