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.