Update indentation in config (#5956)

This commit is contained in:
mattwing 2018-08-05 14:53:04 -04:00 committed by Fabian Affolter
parent 4b1e309fc5
commit 6f0c2fb70f

View File

@ -24,12 +24,12 @@ sensor:
- platform: alpha_vantage - platform: alpha_vantage
api_key: YOUR_API_KEY api_key: YOUR_API_KEY
symbols: symbols:
- symbol: GOOGL - symbol: GOOGL
name: Google name: Google
foreign_exchange: foreign_exchange:
- name: USD_EUR - name: USD_EUR
from: USD from: USD
to: EUR to: EUR
``` ```
Either a symbol or a foreign exchange must be configured, otherwise you will not get any data. Either a symbol or a foreign exchange must be configured, otherwise you will not get any data.