Hey Home Assistant Community!
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.
Features:
Fetch balances for selected cryptocurrencies.
EUR exchange rates for your selected currencies.
Total portfolio value in EUR calculated automatically.
Fully configurable via the UI – select your currencies easily!
How to Install
Install via HACS
Manual Installation
- Download the integration from GitHub:
GitHub Repo
- Place it in your
custom_components/bitcoin_de_ha/
directory. - Restart Home Assistant.
Configuration
- Go to Settings → Integrations and add “Bitcoin.de”.
- Enter your API Key & Secret, and select the currencies you want to track.
Available Sensors
Once set up, the integration creates the following sensors:
sensor.bitcoin_de_<currency>_balance
→ Individual cryptocurrency balancessensor.bitcoin_de_total_balance
→Total balance in EUR
Maybe somebody will find it useful.
Cheers
Harry