Replaced refereneces to Yahoo Finance (#4233)

Unless something weird is needed with using the `yahoo_finance`, replaced this with `alpha_vantage`
This commit is contained in:
Brent Saltzman 2017-12-18 01:49:38 -06:00 committed by Fabian Affolter
parent f638ff27e5
commit 2037605f6c

View File

@ -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. 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 ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
@ -45,7 +45,7 @@ In this section you find some real life examples of how to use this sensor.
```yaml ```yaml
sensor: sensor:
- platform: yahoo_finance - platform: alpha_vantage
symbols: symbols:
- RHT - RHT
- GOOGL - GOOGL