Files
Home-AssistantConfig/config/packages/finance.yaml

31 lines
980 B
YAML
Raw Permalink Normal View History

2018-01-18 14:49:16 -05:00
#-------------------------------------------
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# Finance - Track stock prices via Yahoo Finance.
#-------------------------------------------
######################################################################
## Finance tickers via yahoofinance. Docs: https://www.home-assistant.io/integrations/yahoofinance/
######################################################################
# Stocks Tracked:
# - Tesla (TSLA)
# - Apple (AAPL)
# - Amazon (AMZN)
# - Microsoft (MSFT)
#
# Update Interval: Every 4 hours
#
# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig
# Blog Post: https://www.vcloudinfo.com/2020/10/how-to-track-stocks-in-home-assistant-using-a-custom-component.html
# Follow me on https://www.vcloudinfo.com/click-here
2018-01-18 14:49:16 -05:00
#-------------------------------------------
2021-07-12 12:51:21 -04:00
yahoofinance:
scan_interval:
hours: 4
symbols:
- TSLA
2024-08-05 17:03:43 +00:00
- AAPL
2021-07-12 12:51:21 -04:00
- AMZN
2024-06-03 19:15:01 +00:00
- MSFT