Skip to content

Installation

andyblac edited this page Jul 21, 2026 · 2 revisions

Installation

Requirements

Statistics Graph Chart Card is a separate dependency and is not bundled with Advanced History.

Install with HACS

1. Install the graph card

Install Statistics Graph Chart Card from HACS. Confirm it appears under Settings → Dashboards → Resources.

2. Add Advanced History as a custom repository

  1. Open HACS → Integrations.

  2. Open the three-dot menu and select Custom repositories.

  3. Enter:

    https://github.com/andyblac/Advanced-History-Integration
    
  4. Select Integration as the category.

  5. Select Add.

  6. Search for Advanced History and install it.

3. Restart and configure

  1. Restart Home Assistant once so the Python integration is discovered.
  2. Open Settings → Devices & services.
  3. Select Add integration.
  4. Search for Advanced History.
  5. Complete the setup form.
  6. Confirm that the integration page contains both Advanced History and More-Info services.
  7. Open Advanced History from the sidebar.

New installations create the main panel and optional More Info graph-replacement services together. The replacement can be disabled or configured independently. See More Info Graphs.

Manual installation

  1. Install Statistics Graph Chart Card and register its JavaScript file as a dashboard resource.

  2. Download the Advanced History manual archive.

  3. Copy the advanced_history directory to:

    /config/custom_components/advanced_history
    
  4. Restart Home Assistant.

  5. Add the integration from Settings → Devices & services.

The final path must be /config/custom_components/advanced_history/manifest.json. An extra directory level will prevent Home Assistant from finding the integration.

Existing standalone-panel users

Remove any old panel_custom entry for Advanced History from configuration.yaml. The integration registers its own sidebar panel, and leaving the old entry in place can create duplicate routes.

Existing installations from before 0.6.0

Add the new More-Info service after updating:

  1. Open Settings → Devices & services → Advanced History.
  2. Select Add service.
  3. Complete the Set up More-Info form.

See More Info Graphs for configuration and behavior.

Next step

Continue to Getting Started.

Clone this wiki locally