home-assistant.io/source/_integrations/coinmarketcap.markdown
2020-01-07 14:43:49 +01:00

1.1 KiB

title, description, logo, ha_category, ha_release, ha_iot_class
title description logo ha_category ha_release ha_iot_class
CoinMarketCap Instructions on how to integrate CoinMarketCap data within Home Assistant. 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_id: description: The ID of the cryptocurrency to use, default is the ID of Bitcoin. required: false type: integer default: 1 display_currency: description: The currency to display. required: false type: string default: USD display_currency_decimals: description: The amount of decimals to round to. required: false type: integer default: 2 {% endconfiguration %}

All supported currencies can be found here, a list of currency IDs can be found here.