diff --git a/source/_components/sensor.alpha_vantage.markdown b/source/_components/sensor.alpha_vantage.markdown index 9fb5b85a569..3e78232b24b 100644 --- a/source/_components/sensor.alpha_vantage.markdown +++ b/source/_components/sensor.alpha_vantage.markdown @@ -16,7 +16,7 @@ ha_release: "0.60" The `alpha_vantage` sensor platform uses [Alpha Vantage](https://www.alphavantage.co) to monitor the stock market. -To enable the `yahoo_finance` platform, add the following lines to your `configuration.yaml` file: +To enable the `alpha_vantage` platform, add the following lines to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry @@ -45,7 +45,7 @@ In this section you find some real life examples of how to use this sensor. ```yaml sensor: - - platform: yahoo_finance + - platform: alpha_vantage symbols: - RHT - GOOGL