mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Ignore Coinbase vault wallets (#54133)
* Exclude vault balances * Update option flow validation * Update test name * Add missed check * Fix dangerous default
This commit is contained in:
@@ -18,6 +18,8 @@ API_ACCOUNT_NATIVE_BALANCE = "native_balance"
|
||||
API_ACCOUNT_NAME = "name"
|
||||
API_ACCOUNTS_DATA = "data"
|
||||
API_RATES = "rates"
|
||||
API_RESOURCE_TYPE = "type"
|
||||
API_TYPE_VAULT = "vault"
|
||||
|
||||
WALLETS = {
|
||||
"1INCH": "1INCH",
|
||||
|
Reference in New Issue
Block a user