Hey,
im using this: https://www.home-assistant.io/components/worldtidesinfo/
however they have changed the API to only allow 100 credits per month.
is there a way to only trigger this to pull the data twice per day (so as to keep inside the limit)
Hey,
im using this: https://www.home-assistant.io/components/worldtidesinfo/
however they have changed the API to only allow 100 credits per month.
is there a way to only trigger this to pull the data twice per day (so as to keep inside the limit)
Look at scan_interval
Thanks a lot!!! Might be worth adding that into the official notes maybe?
You can do this yourself by clicking the “edit this page on GitHub” link at the bottom
Also consider changing the default scan_interval in the backend code, as it seems like this would be how most people use this.
im not sure how to do that, so will leave to the pros! sorry
Hello,
I’ve made improvement in order to reduce the number of times the credit are used.
Hope if it an help
https://community.home-assistant.io/t/world-tide-info-v2-api-graph/260063