This integration allows you to add cryptocurrency prices and your wallet balances from your Binance account to Home Assistant.
Download from HACS or
Copy paste files to your HA folder: custom_components/binance/ or
Add custom repo from HACS via https://github.com/cataseven/Home-Assitant-Binance-Integration.git
Clean your browser cache, restart HA and...
- Create an API key and API secret for your Binance account. IMPORTANT Please only use Read Only API. If you do not want to create sensor for your Wallet Balance do not check "Permits Universal Transfer" option. Use IP restriction for max safety! DO NOT SHARE YOUR API KEY and SECRET KEY with ANYONE!! It is your own responsibility to manage your api credentials!
- In Home Assistant, go to Settings > Integrations > Add Integration.
- Search for and select Binance.
- Enter your API key and API secret.
- Select the coin pairs you want to track.
- Click Submit.
This integration creates the following sensors:
-
Binance Wallet Balance: A sensor that shows the balances in your Binance wallets. Please see attributes of sensor. You can see your total balances as state and market based wallets as attributes.
-
Binance Futures {symbol} Price: A price sensor for each selected futures pair. Please see attributes of sensor: "Price" and "Price Change % 24h"
-
Binance Spot {symbol} Price: A price sensor for each selected spot pair. Please see attributes of sensor: "Price" and "Price Change % 24h"
This integration supports all coin pairs that are supported by Binance Spot and COIN Futures Markets.
If you encounter any issues, please feel free to ask for help.
If you want to contribute to this integration, please visit the GitHub repository.
This integration is licensed under the GNU GENERAL PUBLIC LICENSE v3