2022-03-30 21:50:39 +02:00

2.0 KiB

title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_codeowners ha_config_flow ha_integration_type
Coinbase Instructions for how to add Coinbase sensors to Home Assistant.
Finance
Sensor
0.61 Cloud Polling coinbase
diagnostics
sensor
@tombrien
true integration

The coinbase integration lets you access account balances and exchange rates from Coinbase.

You will need to obtain an API key from the API section in Coinbase's User Settings to use this integration. You need to select the account wallet or wallets (e.g. "BTC Wallet") that you wish to show in Home Assistant and give read access to wallet:accounts in order for the integration to access relevant data. It is worth noting that once you close the New API Key popup on Coinbase you will not be able to see the API Secret again.

{% include integrations/config_flow.md %}

{% configuration_basic %} API Key: description: Your API key generated by Coinbase, this is required. API Secret: description: Your API secret generated by Coinbase, this is required. {% endconfiguration_basic %}

{% include integrations/option_flow.md %}

{% configuration_basic %} Wallet balances to report: description: List of currency codes to create account wallet sensors for. Exchange rates to report: description: Optional list of currencies to create exchange rate sensors for. Base currency for exchange rate sensors: description: Currency used as the currency unit for exchange rate sensors. The default is US Dollar (USD). Number of decimal places for exchange rates: description: The number of decimals calculated in exchange rate sensors, a smaller number of decimal places may be returned when the upstream data from Coinbase lacks sufficient precision, this is usually the case when the exchange rate is much larger than the base currency and thus should have no significant effect on calculations. {% endconfiguration_basic %}