Add diagnostics for Coinbase (#64900)

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
Tom Brien
2022-01-25 14:58:35 +00:00
committed by GitHub
parent 1093a2b808
commit 51a04585e7
5 changed files with 123 additions and 1 deletions

View File

@ -4,6 +4,7 @@ CONF_CURRENCIES = "account_balance_currencies"
CONF_EXCHANGE_BASE = "exchange_base"
CONF_EXCHANGE_RATES = "exchange_rate_currencies"
CONF_OPTIONS = "options"
CONF_TITLE = "title"
DOMAIN = "coinbase"
# These are constants used by the previous YAML configuration
@ -18,6 +19,7 @@ API_ACCOUNT_NATIVE_BALANCE = "native_balance"
API_ACCOUNT_NAME = "name"
API_ACCOUNTS_DATA = "data"
API_RATES = "rates"
API_RESOURCE_PATH = "resource_path"
API_RESOURCE_TYPE = "type"
API_TYPE_VAULT = "vault"