mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user