From 6f0c2fb70f02a6cf73ad8f56512135374afa9e33 Mon Sep 17 00:00:00 2001 From: mattwing <1054287+mattwing@users.noreply.github.com> Date: Sun, 5 Aug 2018 14:53:04 -0400 Subject: [PATCH] Update indentation in config (#5956) --- source/_components/sensor.alpha_vantage.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_components/sensor.alpha_vantage.markdown b/source/_components/sensor.alpha_vantage.markdown index 25714dd5cc0..8b21b309732 100644 --- a/source/_components/sensor.alpha_vantage.markdown +++ b/source/_components/sensor.alpha_vantage.markdown @@ -24,12 +24,12 @@ sensor: - platform: alpha_vantage api_key: YOUR_API_KEY symbols: - - symbol: GOOGL - name: Google + - symbol: GOOGL + name: Google foreign_exchange: - - name: USD_EUR - from: USD - to: EUR + - name: USD_EUR + from: USD + to: EUR ``` Either a symbol or a foreign exchange must be configured, otherwise you will not get any data.