2018-01-28 22:58:08 +01:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_release ha_iot_class
page coinbase Instructions for how to add Coinbase sensors to Home Assistant. 2017-12-08 17:54 true false true true coinbase.png 0.61 Cloud Polling

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

You will need to obtain an API key from coinbase's developer site to use this component. You need to give read access to wallet:accounts in order for the component to access relevant data.

To set it up, add the following information to your configuration.yaml file:

# Example configuration.yaml entry
coinbase:
  api_key: asdfghjklqwertyuiopzxcvbnm 
  api_secret: nkjnewncfghjklqwertyuiopzxcvbnm 
  exchange_rate_currencies:
    - BTC
    - ETH
    - LTC

{% configuration %} api_key: description: Your API key to access coinbase. required: true type: string api_secret: description: Your API secret to access coinbase. required: true type: string exchange_rate_currencies: description: List of currencies to create exchange rate sensors for. required: false type: list {% endconfiguration %}