mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Add option for exchange rate sensor precision to Coinbase (#68792)
* Add user option for precision to exchange rate sensors * Add tests * Add strings
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
CONF_CURRENCIES = "account_balance_currencies"
|
||||
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"
|
||||
|
Reference in New Issue
Block a user