Add documentation for display_currency setting to CoinMarketCap sensor (#3779)

* Add documentation for display_currency setting to CoinMarketCap sensor.

* Make example configuration simple again
This commit is contained in:
Richard Leurs 2017-10-26 18:49:52 +02:00 committed by Fabian Affolter
parent d66bc61044
commit d206db7ec7
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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`: To add the CoinMarketCap sensor to your installation, add the following lines to your `configuration.yaml`:
@ -26,5 +26,5 @@ sensor:
Configuration variables: 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/).