From 5ed60cbc3533e20c8061115cffd85950e4a40301 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 27 Oct 2016 15:43:59 +0200 Subject: [PATCH] Change line endings --- source/_components/sensor.currencylayer.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_components/sensor.currencylayer.markdown b/source/_components/sensor.currencylayer.markdown index 1f8ee13c4ef..29aad210caf 100644 --- a/source/_components/sensor.currencylayer.markdown +++ b/source/_components/sensor.currencylayer.markdown @@ -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 ```