Skip to content

v1.3.0b3 - Multi-Wallet Support (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Kartax Kartax released this 31 May 17:53
ae091db

Beta Release: Multi-Wallet Support

All 4 Binance wallet locations are now available as Home Assistant sensors.

New Sensor Types

Wallet Config Key Sensor Name State
Spot wallet_assets Binance Wallet {ASSET} free balance
Funding funding_assets Binance Funding {ASSET} free balance
Simple Earn Flexible earn_flexible_assets Binance Earn Flexible {ASSET} invested amount
Simple Earn Locked earn_locked_assets Binance Earn Locked {ASSET} locked amount

Configuration

sensor:
  - platform: binance
    api_key: !secret binance_api_key
    api_secret: !secret binance_api_secret
    symbols:
      - BTCUSDT
      - ETHUSDT
    wallet_assets:          # Spot wallet
      - BTC
      - ETH
      - USDT
    funding_assets:         # Funding wallet
      - USDT
    earn_flexible_assets:   # Simple Earn Flexible
      - USDT
      - BTC
    earn_locked_assets:     # Simple Earn Locked
      - BTC
    wallet_total: true      # Estimated total in USD

Notes

  • All wallet sensors require api_key + api_secret (read-only permissions)
  • Each config key is fully optional — only configure what you use
  • No breaking changes to existing configuration

Full Changelog: v1.3.0b2...v1.3.0b3