v2.0.0 — GUI Configuration
What's new in v2.0.0
The integration can now be fully configured through the Home Assistant UI — no more configuration.yaml needed.
Setup
Settings → Integrations → Add Integration → search Binance
Step 1: Enter API key + secret (optional) and basic settings.
Step 2: Configure symbols and wallet assets via the gear icon (⚙️) → Options.
YAML migration
Existing configuration.yaml entries are automatically migrated on first start after the update. HA will show a notification to confirm.
Sensors (unchanged)
| Sensor | Created when | Description |
|---|---|---|
Binance Ticker {SYMBOL} |
always | Current price of the trading pair |
Binance Wallet Total (USD) |
API key set | Estimated Spot wallet value in USD |
Binance Wallet {ASSET} |
wallet_assets configured | Spot balance per asset |
Binance Earn Total (USD) |
API key set | Estimated Earn portfolio value in USD |
Binance Earn {ASSET} |
wallet_earn_assets configured | Earn balance per asset |
Full Changelog: v1.3.0...v2.0.0