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, ...)
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.
Configure the sensor(s) in configuration.yaml
.
sensor:
- platform: binance
decimals: 8
symbols:
- BTCUSDT
- ETHUSDT
- ...