mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Remove YAML import from coinbase (#80084)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user