🚀 New Bitcoin.de Integration

Hey Home Assistant Community! :wave:

I’ve been working on a custom integration for Bitcoin.de that allows you to monitor your cryptocurrency balances and live exchange rates directly in Home Assistant. :tada:

:sparkles: Features:

:white_check_mark: Fetch balances for selected cryptocurrencies.
:white_check_mark: EUR exchange rates for your selected currencies.
:white_check_mark: Total portfolio value in EUR calculated automatically.
:white_check_mark: Fully configurable via the UI – select your currencies easily!

:package: How to Install

Install via HACS

  1. Install via HACS:
    • Open a repository inside the Home Assistant Community Store.
  2. In the bottom right corner click Download.

Manual Installation

  1. Download the integration from GitHub:
    :arrow_right: GitHub Repo
  2. Place it in your custom_components/bitcoin_de_ha/ directory.
  3. Restart Home Assistant.

:wrench:Configuration

  1. Go to Settings → Integrations and add “Bitcoin.de”.
  2. Enter your API Key & Secret, and select the currencies you want to track.

:bar_chart: Available Sensors

Once set up, the integration creates the following sensors:

  • sensor.bitcoin_de_<currency>_balance → Individual cryptocurrency balances
  • sensor.bitcoin_de_total_balance:moneybag: Total balance in EUR

Maybe somebody will find it useful.

Cheers
Harry