home-assistant.io/source/_components/sensor.coinmarketcap.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

975 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 on 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 %} currency: description: The cryptocurrency to use. required: false type: string default: Bitcoin display_currency: description: The currency to display. required: false type: string default: USD {% endconfiguration %}

All supported currencies can be found here.