YouNesta / homeassistant-binance

Binance Integration for Home Assistant
Apache License 2.0
2 stars 1 forks source link

hacs_badge

Binance

This Home Assistant plugin is a custom plugin, offering a range of features and enhancements for more comprehensive management of your Binance account.

Features

Installation

Ensure that HACS is installed. Add this repository as a custom repository in HACS and install it via HACS -> Integrations.

Configuration

Initial Configuration

  1. Navigate to the Home Assistant integrations page.
  2. Add "Binance" and fill in the required fields:
    • 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.

Advanced Configuration

Balances

Exchanges

Options Configuration

Using the Withdraw Service

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

How to Call the Withdraw Service

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"

Screenshots

Troubleshooting

(Include common issues and solutions related to the configuration flow)

Updates and Maintenance

(Information about how updates to the plugin will affect the configuration flow)

Support and Donations

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:

Credits and Acknowledgments


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.