1.6 KiB
title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_codeowners, ha_config_flow
title | description | ha_category | ha_release | ha_iot_class | ha_domain | ha_platforms | ha_codeowners | ha_config_flow | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Coinbase | Instructions for how to add Coinbase sensors to Home Assistant. |
|
0.61 | Cloud Polling | coinbase |
|
|
true |
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). {% endconfiguration_basic %}