Skip to content

Commit d5256e8

Browse files
authored
Add inital docs for coinmarketcap (home-assistant#874)
1 parent 0400934 commit d5256e8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: page
3+
title: "CoinMarketCap"
4+
description: "Instructions how to integrate CoinMarketCap data within Home Assistant."
5+
date: 2016-08-31 08:15
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: Finance
11+
ha_release: 0.28
12+
ha_iot_class: "Cloud Polling"
13+
---
14+
15+
16+
The `coinmarketcap` sensor platform displays various details about a crypto currency provided by [CoinMarketCap](http://coinmarketcap.com/).
17+
18+
To add the CoinMarketCap sensor to your installation, add the following lines to your `configuration.yaml`:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
sensor:
23+
- platform: coinmarketcap
24+
currency: bitcoin
25+
```
26+
27+
Configuration variables:
28+
29+
- **currency** (*Optional*): The currency to display, eg. `bitcoin`, `litecoin`, `steem`, etc. Default is `bitcoin`.
30+

0 commit comments

Comments
 (0)