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
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.