Skip to content

v1.3.0b1 - Wallet Balance Sensors (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Kartax Kartax released this 31 May 16:08
d16a6d2

Beta Release: Wallet Balance Sensors

New Features

  • Wallet balance sensors: optionally fetch your Binance account balances as Home Assistant sensors
  • Each configured asset gets its own sensor with free, locked, and total attributes
  • Requires a Binance API key with read-only permissions

Configuration

Add api_key, api_secret, and wallet_assets to your existing binance sensor config:

sensor:
  - platform: binance
    api_key: !secret binance_api_key
    api_secret: !secret binance_api_secret
    wallet_assets:
      - BTC
      - ETH
      - USDT
    symbols:
      - BTCUSDT
      - ETHUSDT

Notes

  • Ticker sensors continue to work without any API key (no breaking changes)
  • This is a beta release — please report issues on GitHub

Full Changelog: v1.2.1...v1.3.0b1