mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02: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