This Home Assistant plugin is a custom plugin, offering a range of features and enhancements for more comprehensive management of your Binance account.
Ensure that HACS is installed. Add this repository as a custom repository in HACS and install it via HACS -> Integrations
.
Name
: A unique name for your Binance configuration.API Key
: Your Binance API key.API Secret
: Your Binance API secret.Native Currency
(optional, default: "USDT"): Your preferred currency for values.BTC, ETH, SOL, USDT
).SOLUSDT, SOLBTC, ETHUSDT
).The name of the service is based on the name of your configuration. Ensure that you have correctly configured the plugin with your Binance API keys.
Before using the Withdraw service, please note that you must first authorize the withdrawal address through the official Binance platform. This is a security measure to ensure the safety of your assets.
Don't forger to Enable Withdraw in your API restrictions on Binance
To perform a withdrawal, use the following service in Home Assistant:
service: binance.{conf_name}_withdraw
data:
coin: "BTC"
amount: 0.01
address: "your_BTC_address" #
name: "optional_name"
addressTag: "optional_address_tag"
(Include common issues and solutions related to the configuration flow)
(Information about how updates to the plugin will affect the configuration flow)
If you find this plugin helpful and would like to support the ongoing development, any donations are greatly appreciated. You can support me through the following channels:
0xe2d737b0f76d05a0e077064492b7d24ffa3a2c16
This plugin is built upon the foundation of the custom Binance plugin for Home Assistant. Special thanks to the original developers and contributors for their work.