mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add inital docs for coinmarketcap (#874)
This commit is contained in:
parent
0400934c28
commit
d5256e8584
30
source/_components/sensor.coinmarketcap.markdown
Normal file
30
source/_components/sensor.coinmarketcap.markdown
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
layout: page
|
||||
title: "CoinMarketCap"
|
||||
description: "Instructions how to integrate CoinMarketCap data within Home Assistant."
|
||||
date: 2016-08-31 08:15
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
ha_category: Finance
|
||||
ha_release: 0.28
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
|
||||
The `coinmarketcap` sensor platform displays various details about a crypto currency provided by [CoinMarketCap](http://coinmarketcap.com/).
|
||||
|
||||
To add the CoinMarketCap sensor to your installation, add the following lines to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: coinmarketcap
|
||||
currency: bitcoin
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **currency** (*Optional*): The currency to display, eg. `bitcoin`, `litecoin`, `steem`, etc. Default is `bitcoin`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user