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:
parent
f638ff27e5
commit
2037605f6c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue