From d206db7ec7295ffd8e9e28ff9b70054d08c3e9d4 Mon Sep 17 00:00:00 2001 From: Richard Leurs Date: Thu, 26 Oct 2017 18:49:52 +0200 Subject: [PATCH] Add documentation for display_currency setting to CoinMarketCap sensor (#3779) * Add documentation for display_currency setting to CoinMarketCap sensor. * Make example configuration simple again --- source/_components/sensor.coinmarketcap.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/sensor.coinmarketcap.markdown b/source/_components/sensor.coinmarketcap.markdown index 0fdcbc86486..e8ab719c944 100644 --- a/source/_components/sensor.coinmarketcap.markdown +++ b/source/_components/sensor.coinmarketcap.markdown @@ -14,7 +14,7 @@ ha_iot_class: "Cloud Polling" --- -The `coinmarketcap` sensor platform displays various details about a crypto currency provided by [CoinMarketCap](http://coinmarketcap.com/). +The `coinmarketcap` sensor platform displays various details about a cryptocurrency provided by [CoinMarketCap](http://coinmarketcap.com/). To add the CoinMarketCap sensor to your installation, add the following lines to your `configuration.yaml`: @@ -26,5 +26,5 @@ sensor: Configuration variables: -- **currency** (*Optional*): The currency to display, eg. `bitcoin`, `litecoin`, `steem`, etc. Default is `bitcoin`. - +- **currency** (*Optional*): The cryptocurrency to use, eg. `bitcoin`, `litecoin`, `steem`, etc. Default is `bitcoin`. +- **display_currency** (*Optional*): The currency to display, eg. `USD`, `EUR`, `GBP`, etc. Default is `USD`. All supported currencies can be found [here](https://coinmarketcap.com/api/).