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 ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
sensor: sensor:
- platform: currencylayer - platform: currencylayer
api_key: YOUR_API_KEY api_key: YOUR_API_KEY
base: USD base: USD
quote: quote:
- EUR - EUR
- INR - INR
``` ```