mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-05 09:46:50 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, featured, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | featured | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Yahoo Finance | Instructions how to setup Yahoo Finance within Home Assistant. | 2016-09-18 21:00 | true | false | true | true | yahoo_finance.png | Finance | Cloud Polling | false | 0.29 |
The yahoo_finance
platform uses Yahoo Finance to monitor the stock market.
To enable the yahoo_finance
platform, add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: yahoo_finance
name: Red Hat Inc.
symbol: RHT
Configuration variables:
- name (Optional): The name of the sensor. If not specified, it defaults to Yahoo Stock.
- symbol (Optional): The stock market symbol for a given company. If not specified, it defaults to Yahoo (YHOO).
Example configuration:
# Example configuration.yaml entry
sensor:
- platform: yahoo_finance
name: Red Hat Inc.
symbol: RHT
- platform: yahoo_finance
name: Google
symbol: GOOGL