Update configuration description style (#3994)

This commit is contained in:
Fabian Affolter 2017-11-16 21:05:16 +01:00 committed by GitHub
parent 8dba93493a
commit 85fcddbf17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 160 additions and 56 deletions

View file

@ -24,7 +24,18 @@ sensor:
- platform: coinmarketcap
```
Configuration variables:
{% configuration %}
currency:
description: The cryptocurrency to use.
required: false
type: string, list
default: Bitcoin
display_currency:
description: The currency to display.
required: false
type: string, list
default: USD
{% endconfiguration %}
All supported currencies can be found [here](https://coinmarketcap.com/api/).
- **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/).