wernerhp / ha.integration.load_shedding

A Home Assistant integration to track your load schedding schedule.
MIT License
113 stars 21 forks source link

Update interval of integration #8

Closed n00bster-za closed 2 years ago

n00bster-za commented 2 years ago

thanks for the new code looks much better with new time formats.

I have 1 last issue. Seems like I have to manually reload the integration before it will show values. Is this my HA instance that is not updating or is it the load shedding integration that needs to be change to update quicker?

LS stared at 17h00 and after 20 min still did not see any info. Reload integration then values populate.

wernerhp commented 2 years ago

Yeah, I noticed it too. I think it's currently set to update every 30min. Also a problem because it runs every 30min from when you start HA. Will see how it runs at every minute and post some updates when I get a chance. You can fiddle with the scan interval in const.py under your custom_components folder in the meantime.

wernerhp commented 2 years ago

Updated the interval. Will be available in the next release