mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-04-09 17:13:41 +00:00
2.1 KiB
2.1 KiB
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.