Change line endings

This commit is contained in:
Fabian Affolter 2016-10-27 15:43:59 +02:00
parent d039052e6b
commit 5ed60cbc35
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -22,12 +22,12 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
```yaml
# Example configuration.yaml entry
sensor:
- platform: currencylayer
api_key: YOUR_API_KEY
base: USD
quote:
- EUR
sensor:
- platform: currencylayer
api_key: YOUR_API_KEY
base: USD
quote:
- EUR
- INR
```