hass.tibber_prices/docs/user/versioned_docs/version-v0.29.0/installation.md

2.1 KiB

Installation

HACS (Home Assistant Community Store) is the easiest way to install and keep the integration up to date.

Prerequisites

Steps

  1. Open HACS in your Home Assistant sidebar
  2. Go to Integrations
  3. Click the menu (top right) → Custom repositories
  4. Add the 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:

  1. Open HACS → Integrations
  2. Find Tibber Price Information & Ratings
  3. Click Update
  4. Restart Home Assistant

Manual Installation

If you prefer not to use HACS:

  1. Download the latest release from GitHub
  2. Extract the custom_components/tibber_prices/ folder
  3. Copy it to your Home Assistant config/custom_components/ directory:
    config/
    └── custom_components/
        └── tibber_prices/
            ├── __init__.py
            ├── manifest.json
            ├── sensor/
            ├── binary_sensor/
            └── ...
    
  4. Restart Home Assistant
  5. Continue with Configuration

After Installation

Once installed and restarted, add the integration:

  1. Go to Settings → Devices & Services
  2. Click + Add Integration
  3. Search for Tibber Price Information & Ratings
  4. Enter your Tibber API token
  5. Select your Tibber home
  6. The integration will start fetching price data

See the Configuration Guide for detailed setup options.