Support user-defined base currency for Coinbase exchange rate sensors (#52879)

This commit is contained in:
Tom Brien
2021-07-15 05:50:23 +01:00
committed by GitHub
parent f152369944
commit db97fd3d5b
6 changed files with 30 additions and 17 deletions

View File

@ -1,6 +1,7 @@
"""Constants used for Coinbase."""
CONF_CURRENCIES = "account_balance_currencies"
CONF_EXCHANGE_BASE = "exchange_base"
CONF_EXCHANGE_RATES = "exchange_rate_currencies"
CONF_OPTIONS = "options"
DOMAIN = "coinbase"