iprak / yahoofinance

Home Assistant component which allows you to get stock updates from Yahoo finance.
MIT License
81 stars 11 forks source link

scan_interval doesn't working #105

Closed ruvasik closed 12 months ago

ruvasik commented 1 year ago

v 1.2.2

yahoofinance:
  symbols:
...
  scan_interval: 900

All symbols update every 6 hours.

iprak commented 12 months ago

I am seeing the scan_interval being respected. Is this for all symbols or for just one?

If enable info level logging like this and restart, then you should see messages about updates.

logger:
  default: warn
  logs:    
    custom_components.yahoofinance: info
ruvasik commented 12 months ago

Hmm... now is ok)