Add missing variable

This commit is contained in:
Fabian Affolter 2016-08-11 23:53:59 +02:00
parent 5c6c7fe0b9
commit aa1cf369c3
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -23,15 +23,16 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
```yaml
# Example configuration.yaml entry
sensor:
platform: openexchangerates
api_key: your_api_key
base: USD #optional
quote: EUR
name: USDEUR #optional
- platform: openexchangerates
api_key: YOUR_API_KEY
base: USD
quote: EUR
name: USDEUR
```
Configuration variables:
- **api_key** (*Required*): API Key for [Open Exchange Rates](https://openexchangerates.org).
- **name** (*Optional*): Name to use in the frontend.
- **base** (*Optional*): The symbol of the base currency. Defaults to USD
- **quote** (*Required*): The symbol of the quote or target currency.