Skip to content

A Home Assistant Integration for the cryptocurrency trading platform Binance.

Notifications You must be signed in to change notification settings

Kartax/home-assistant-binance

Repository files navigation

hacs_badge hacs_badge

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Binance Logo

Binance Integration for Home Assistant

A Home Assistant Integration for the cryptocurrency trading platform Binance.

Features:

  • pull prices of a configurable list of currency pairs (e.g. BTCUSDT, XRPBTC...)
  • additional attributes for each currency pair (priceChange, highPrice, lowPrice, volume, ...)

screenshot_2 screenshot_1

Installation

I recommend to install this integration via HACS. Simply search for it
or manually add this repository by using the "three-dots-menu" at the top right in HACS.

Configuration

Configure the sensor(s) in configuration.yaml.

sensor:
  - platform: binance
    decimals: 8
    symbols:
      - BTCUSDT
      - ETHUSDT
      - ...