mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-03 11:31:42 +00:00
- Updated comments in various YAML configuration files to provide clearer descriptions of functionalities and integrations. - Improved documentation for alarm, alexa_media_player, backups, blink, cbyge, climate, finance, fridge, garadget, glances, hass_agent_homepc, holiday, ios, landscape_lighting, lightning, logger, medicine, nfc_tags, noonhome, office_motion, phynplus, powerwall, printer, processmonitor, proxmox, rachio, rheem_econet, roku, sleepiq, space, speedtest, stats, superbowl, vacuum, wireless, and youtube packages. - Added relevant links and issue references where applicable to enhance user guidance and support.
31 lines
980 B
YAML
Executable File
31 lines
980 B
YAML
Executable File
#-------------------------------------------
|
|
# @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
|
|
#-------------------------------------------
|
|
|
|
yahoofinance:
|
|
scan_interval:
|
|
hours: 4
|
|
symbols:
|
|
- TSLA
|
|
- AAPL
|
|
- AMZN
|
|
- MSFT
|
|
|