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:
parent
320d5b828a
commit
15c9617fdc
1 changed files with 3 additions and 3 deletions
|
@ -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/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue