Remove YAML import from coinbase (#80084)

This commit is contained in:
epenet
2022-10-26 17:14:31 +02:00
committed by GitHub
parent a1a0284e81
commit 3eb574edca
7 changed files with 13 additions and 193 deletions

View File

@ -5,13 +5,9 @@ CONF_EXCHANGE_BASE = "exchange_base"
CONF_EXCHANGE_RATES = "exchange_rate_currencies"
CONF_EXCHANGE_PRECISION = "exchange_rate_precision"
CONF_EXCHANGE_PRECISION_DEFAULT = 2
CONF_OPTIONS = "options"
CONF_TITLE = "title"
DOMAIN = "coinbase"
# These are constants used by the previous YAML configuration
CONF_YAML_API_TOKEN = "api_secret"
# Constants for data returned by Coinbase API
API_ACCOUNT_AMOUNT = "amount"
API_ACCOUNT_BALANCE = "balance"