v1.3.0b2 - Estimated Total Wallet Value (Beta)
Pre-release
Pre-release
Beta Release: Estimated Total Wallet Value
New Feature
sensor.binance_wallet_total_usd: shows the estimated total portfolio value in USD- Uses
/sapi/v3/asset/getUserAssetwithneedBtcValuation=true+ live BTC/USDT price - Attributes:
total_btc,btc_price_usd,asset_breakdown(per-asset BTC values)
Configuration
Add wallet_total: true to your existing binance sensor config (requires api_key + api_secret):
sensor:
- platform: binance
api_key: !secret binance_api_key
api_secret: !secret binance_api_secret
wallet_total: true
wallet_assets:
- BTC
- ETH
- USDT
symbols:
- BTCUSDTNotes
- All previous sensors continue to work unchanged
wallet_totalis optional and defaults tofalse
Full Changelog: v1.3.0b1...v1.3.0b2