Installation
HACS Installation (Recommended)​
HACS (Home Assistant Community Store) is the easiest way to install and keep the integration up to date.
Prerequisites​
- Home Assistant 2025.10.0 or newer
- HACS installed and configured
- A Tibber API token
Steps​
- Open HACS in your Home Assistant sidebar
- Go to Integrations
- Click the ⋮ menu (top right) → Custom repositories
- Add the repository URL:
Category: Integrationhttps://github.com/jpawlowski/hass.tibber_prices
- Click Add
- Find Tibber Price Information & Ratings in the integration list
- Click Download
- Restart Home Assistant
- Continue with Configuration
Updating​
HACS will show a notification when updates are available:
- Open HACS → Integrations
- Find Tibber Price Information & Ratings
- Click Update
- Restart Home Assistant
Manual Installation​
If you prefer not to use HACS:
- Download the latest release from GitHub
- Extract the
custom_components/tibber_prices/folder - Copy it to your Home Assistant
config/custom_components/directory:config/└── custom_components/└── tibber_prices/├── __init__.py├── manifest.json├── sensor/├── binary_sensor/└── ... - Restart Home Assistant
- Continue with Configuration
After Installation​
Once installed and restarted, add the integration:
- Go to Settings → Devices & Services
- Click + Add Integration
- Search for Tibber Price Information & Ratings
- Enter your Tibber API token
- Select your Tibber home
- The integration will start fetching price data
See the Configuration Guide for detailed setup options.
💬 Comments are page-specific. For a new question or idea, open a dedicated Discussion on GitHub so it gets its own thread and proper visibility.