Skip to content

v1.3.0b5 - Implicit Wallet Activation (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Kartax Kartax released this 31 May 18:42
ff95e31

Beta Release: Implicit Wallet Activation

No more wallet: true / wallet_earn: true flags needed.

How it works now

Configure api_key + api_secret → both total sensors appear automatically.
Add wallet_assets or wallet_earn_assets for per-asset sensors.

Minimal config (just totals)

sensor:
  - platform: binance
    api_key: !secret binance_api_key
    api_secret: !secret binance_api_secret
    symbols:
      - BTCUSDT

→ Creates: Binance Wallet Total (USD) + Binance Earn Total (USD)

Full config

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

Full Changelog: v1.3.0b4...v1.3.0b5