Skip to content

v1.3.0 - Wallet & Earn Sensors

Choose a tag to compare

@Kartax Kartax released this 31 May 19:17
1ce2a3b

What's new in v1.3.0

Adds optional wallet and earn portfolio sensors when an API key is configured.

New sensors

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

Configuration

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

API key requires read-only permissions only.

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