mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Support user-defined base currency for Coinbase exchange rate sensors (#52879)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user