You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to minimize API calls and follow best practices to minimize requests, it would be great if this component exposed a way for the fetch interval to be changed dynamically, such as from an automation that stops or slows down fetching during the night.
Suggestions:
expose fetch_interval as a separate number entity; or
allow fetch_interval in the config to be the name of an existing entity (like a template sensor or an input number)
make update_interval<=0 to mean: stop updating completely
The text was updated successfully, but these errors were encountered:
In order to minimize API calls and follow best practices to minimize requests, it would be great if this component exposed a way for the fetch interval to be changed dynamically, such as from an automation that stops or slows down fetching during the night.
Suggestions:
fetch_interval
as a separate number entity; orfetch_interval
in the config to be the name of an existing entity (like a template sensor or an input number)update_interval<=0
to mean: stop updating completelyThe text was updated successfully, but these errors were encountered: