Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.coinbase.const Namespace Reference

Variables

string ACCOUNT_IS_VAULT = "is_vault"
 
string API_ACCOUNT_AMOUNT = "amount"
 
string API_ACCOUNT_AVALIABLE = "available_balance"
 
string API_ACCOUNT_BALANCE = "balance"
 
string API_ACCOUNT_CURRENCY = "currency"
 
string API_ACCOUNT_CURRENCY_CODE = "code"
 
string API_ACCOUNT_HOLD = "hold"
 
string API_ACCOUNT_ID = "id"
 
string API_ACCOUNT_NAME = "name"
 
string API_ACCOUNT_NATIVE_BALANCE = "balance"
 
string API_ACCOUNT_VALUE = "value"
 
string API_ACCOUNTS = "accounts"
 
string API_DATA = "data"
 
string API_RATES = "rates"
 
string API_RATES_CURRENCY = "currency"
 
string API_RESOURCE_PATH = "resource_path"
 
string API_RESOURCE_TYPE = "type"
 
string API_TYPE_VAULT = "vault"
 
string API_USD = "USD"
 
string API_V3_ACCOUNT_ID = "uuid"
 
string API_V3_TYPE_VAULT = "ACCOUNT_TYPE_VAULT"
 
string CONF_CURRENCIES = "account_balance_currencies"
 
string CONF_EXCHANGE_BASE = "exchange_base"
 
string CONF_EXCHANGE_PRECISION = "exchange_rate_precision"
 
int CONF_EXCHANGE_PRECISION_DEFAULT = 2
 
string CONF_EXCHANGE_RATES = "exchange_rate_currencies"
 
string CONF_TITLE = "title"
 
string DOMAIN = "coinbase"
 
dictionary RATES
 
dictionary WALLETS
 

Detailed Description

Constants used for Coinbase.

Variable Documentation

◆ ACCOUNT_IS_VAULT

string homeassistant.components.coinbase.const.ACCOUNT_IS_VAULT = "is_vault"

Definition at line 3 of file const.py.

◆ API_ACCOUNT_AMOUNT

string homeassistant.components.coinbase.const.API_ACCOUNT_AMOUNT = "amount"

Definition at line 14 of file const.py.

◆ API_ACCOUNT_AVALIABLE

string homeassistant.components.coinbase.const.API_ACCOUNT_AVALIABLE = "available_balance"

Definition at line 15 of file const.py.

◆ API_ACCOUNT_BALANCE

string homeassistant.components.coinbase.const.API_ACCOUNT_BALANCE = "balance"

Definition at line 16 of file const.py.

◆ API_ACCOUNT_CURRENCY

string homeassistant.components.coinbase.const.API_ACCOUNT_CURRENCY = "currency"

Definition at line 17 of file const.py.

◆ API_ACCOUNT_CURRENCY_CODE

string homeassistant.components.coinbase.const.API_ACCOUNT_CURRENCY_CODE = "code"

Definition at line 18 of file const.py.

◆ API_ACCOUNT_HOLD

string homeassistant.components.coinbase.const.API_ACCOUNT_HOLD = "hold"

Definition at line 19 of file const.py.

◆ API_ACCOUNT_ID

string homeassistant.components.coinbase.const.API_ACCOUNT_ID = "id"

Definition at line 20 of file const.py.

◆ API_ACCOUNT_NAME

string homeassistant.components.coinbase.const.API_ACCOUNT_NAME = "name"

Definition at line 22 of file const.py.

◆ API_ACCOUNT_NATIVE_BALANCE

string homeassistant.components.coinbase.const.API_ACCOUNT_NATIVE_BALANCE = "balance"

Definition at line 21 of file const.py.

◆ API_ACCOUNT_VALUE

string homeassistant.components.coinbase.const.API_ACCOUNT_VALUE = "value"

Definition at line 23 of file const.py.

◆ API_ACCOUNTS

string homeassistant.components.coinbase.const.API_ACCOUNTS = "accounts"

Definition at line 24 of file const.py.

◆ API_DATA

string homeassistant.components.coinbase.const.API_DATA = "data"

Definition at line 25 of file const.py.

◆ API_RATES

string homeassistant.components.coinbase.const.API_RATES = "rates"

Definition at line 26 of file const.py.

◆ API_RATES_CURRENCY

string homeassistant.components.coinbase.const.API_RATES_CURRENCY = "currency"

Definition at line 27 of file const.py.

◆ API_RESOURCE_PATH

string homeassistant.components.coinbase.const.API_RESOURCE_PATH = "resource_path"

Definition at line 28 of file const.py.

◆ API_RESOURCE_TYPE

string homeassistant.components.coinbase.const.API_RESOURCE_TYPE = "type"

Definition at line 29 of file const.py.

◆ API_TYPE_VAULT

string homeassistant.components.coinbase.const.API_TYPE_VAULT = "vault"

Definition at line 30 of file const.py.

◆ API_USD

string homeassistant.components.coinbase.const.API_USD = "USD"

Definition at line 31 of file const.py.

◆ API_V3_ACCOUNT_ID

string homeassistant.components.coinbase.const.API_V3_ACCOUNT_ID = "uuid"

Definition at line 32 of file const.py.

◆ API_V3_TYPE_VAULT

string homeassistant.components.coinbase.const.API_V3_TYPE_VAULT = "ACCOUNT_TYPE_VAULT"

Definition at line 33 of file const.py.

◆ CONF_CURRENCIES

string homeassistant.components.coinbase.const.CONF_CURRENCIES = "account_balance_currencies"

Definition at line 5 of file const.py.

◆ CONF_EXCHANGE_BASE

string homeassistant.components.coinbase.const.CONF_EXCHANGE_BASE = "exchange_base"

Definition at line 6 of file const.py.

◆ CONF_EXCHANGE_PRECISION

string homeassistant.components.coinbase.const.CONF_EXCHANGE_PRECISION = "exchange_rate_precision"

Definition at line 8 of file const.py.

◆ CONF_EXCHANGE_PRECISION_DEFAULT

int homeassistant.components.coinbase.const.CONF_EXCHANGE_PRECISION_DEFAULT = 2

Definition at line 9 of file const.py.

◆ CONF_EXCHANGE_RATES

string homeassistant.components.coinbase.const.CONF_EXCHANGE_RATES = "exchange_rate_currencies"

Definition at line 7 of file const.py.

◆ CONF_TITLE

string homeassistant.components.coinbase.const.CONF_TITLE = "title"

Definition at line 10 of file const.py.

◆ DOMAIN

string homeassistant.components.coinbase.const.DOMAIN = "coinbase"

Definition at line 11 of file const.py.

◆ RATES

dictionary homeassistant.components.coinbase.const.RATES

Definition at line 287 of file const.py.

◆ WALLETS

dictionary homeassistant.components.coinbase.const.WALLETS

Definition at line 35 of file const.py.