Skip to content

Commit 15c9617

Browse files
Richard Leursfabaff
authored andcommitted
Add documentation for display_currency setting to CoinMarketCap sensor (home-assistant#3779)
* Add documentation for display_currency setting to CoinMarketCap sensor. * Make example configuration simple again
1 parent 320d5b8 commit 15c9617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_components/sensor.coinmarketcap.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ha_iot_class: "Cloud Polling"
1414
---
1515

1616

17-
The `coinmarketcap` sensor platform displays various details about a crypto currency provided by [CoinMarketCap](http://coinmarketcap.com/).
17+
The `coinmarketcap` sensor platform displays various details about a cryptocurrency provided by [CoinMarketCap](http://coinmarketcap.com/).
1818

1919
To add the CoinMarketCap sensor to your installation, add the following lines to your `configuration.yaml`:
2020

@@ -26,5 +26,5 @@ sensor:
2626
2727
Configuration variables:
2828
29-
- **currency** (*Optional*): The currency to display, eg. `bitcoin`, `litecoin`, `steem`, etc. Default is `bitcoin`.
30-
29+
- **currency** (*Optional*): The cryptocurrency to use, eg. `bitcoin`, `litecoin`, `steem`, etc. Default is `bitcoin`.
30+
- **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/).

0 commit comments

Comments
 (0)