Skip to content

tweaker/homeassistant-binance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Exchange sensors component

Installation

  • Copy directory binance to your <config dir>/custom_components directory.
  • Configure with config below.
  • Restart Home-Assistant.

Usage

To use this component in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry

sensor:
- platform: binance
  pairs:
  - BTCUSDT
  - ETHUSDT
  - LTCUSDT
  - EOSBTC
  - ADABTC

Configuration variables:

  • name (Optional): Name of the device. (default = 'Binance')
  • api_key (Optional): API key. You can specify any.
  • api_secret (Optional): API secret. You can specify any.
  • pairs (Required): Pairs of cryptocurrencies

Screenshot

alt text

About

Binance Exchange sensors component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages