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:
Show example: Repository URL
https://github.com/jpawlowski/hass.tibber_prices
Category: Integration 5. Click Add 6. Find Tibber Price Information & Ratings in the integration list 7. Click Download 8. Restart Home Assistant 9. 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:
Show example: Folder Structure
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.