home-assistant.io/source/_components/sensor.coinmarketcap.markdown
Richard Leurs d206db7ec7
Add documentation for display_currency setting to CoinMarketCap sensor (#3779)
* Add documentation for display_currency setting to CoinMarketCap sensor.

* Make example configuration simple again
2017-10-31 20:19:57 +01:00

972 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page CoinMarketCap Instructions how to integrate CoinMarketCap data within Home Assistant. 2016-08-31 08:15 true false true true coinmarketcap.png Finance 0.28 Cloud Polling

The coinmarketcap sensor platform displays various details about a cryptocurrency provided by CoinMarketCap.

To add the CoinMarketCap sensor to your installation, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
sensor:
  - platform: coinmarketcap

Configuration variables:

  • currency (Optional): The cryptocurrency to use, eg. bitcoin, litecoin, steem, etc. Default is bitcoin.
  • display_currency (Optional): The currency to display, eg. USD, EUR, GBP, etc. Default is USD. All supported currencies can be found here.