Home-AssistantConfig/config/packages/finance.yaml

31 lines
798 B
YAML
Raw Normal View History

2018-01-18 19:49:16 +00:00
#-------------------------------------------
# Finance Package Configuration
# Description: Tracks stock prices using Yahoo Finance integration
# Last Updated: 2023-11-15
#
# Integration: Yahoo Finance
# Documentation: 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 19:49:16 +00:00
#-------------------------------------------
2021-07-12 16:51:21 +00:00
yahoofinance:
scan_interval:
hours: 4
symbols:
- TSLA
2024-08-05 17:03:43 +00:00
- AAPL
2021-07-12 16:51:21 +00:00
- AMZN
2024-06-03 19:15:01 +00:00
- MSFT