mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 03:59:00 +00:00
782 B
782 B
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | 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 | Finance | 0.28 | Cloud Polling |
The coinmarketcap
sensor platform displays various details about a crypto currency 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
currency: bitcoin
Configuration variables:
- currency (Optional): The currency to display, eg.
bitcoin
,litecoin
,steem
, etc. Default isbitcoin
.