-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
- Home Assistant with support for custom integrations.
- HACS is recommended.
- Statistics Graph Chart Card v3.32 or newer, installed as a Lovelace resource. Multiple panels require v4.02 or newer.
Statistics Graph Chart Card is a separate dependency and is not bundled with Advanced History.
Install Statistics Graph Chart Card v3.32 or newer from HACS. Install v4.02 or newer if you want to use multiple panels. Confirm it appears under Settings → Dashboards → Resources.
- Open HACS → Integrations.
- Search for Advanced History.
- Select it and choose Download.
- Restart Home Assistant once so the Python integration is discovered.
- Open Settings → Devices & services.
- Select Add integration.
- Search for Advanced History.
- Complete the setup form.
- Confirm that the integration page contains both Advanced History and More-Info services.
- 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.
-
Install Statistics Graph Chart Card v3.32 or newer and register its JavaScript file as a dashboard resource. Use v4.02 or newer for multiple panels.
-
Download the Advanced History manual archive.
-
Copy the
advanced_historydirectory to:/config/custom_components/advanced_history -
Restart Home Assistant.
-
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.
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.
Add the new More-Info service after updating:
- Open Settings → Devices & services → Advanced History.
- Select Add service.
- Complete the Set up More-Info form.
See More Info Graphs for configuration and behavior.
Continue to Getting Started.