home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.8k stars 7.21k forks source link

Checking/ editing call frequency Accuweather-API #31344

Closed frederikvoGIT closed 7 months ago

frederikvoGIT commented 7 months ago

Feedback

The number of calls of a limited trial account is 50 calls per day. Where can i check and edit the call frequency? In order to stay under this number of 50 calls? (I plan to set this frequency 15minutes so it calls 48 times per day)

URL

https://www.home-assistant.io/integrations/accuweather/

Version

2024.2.1

Additional information

No response

home-assistant[bot] commented 7 months ago

Hey there @bieniu, mind taking a look at this feedback as it has been labeled with an integration (accuweather) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `accuweather` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign accuweather` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
bieniu commented 7 months ago

When the weather forecast is not enabled, the data is updated every 40 minutes, with the forecast enabled every 80 minutes. If you want to enable the weather forecast, information about it will be displayed. You cannot change the frequency of data updates. You can only disable completely automatic data updating and update the data using update_entity service.

frederikvoGIT commented 7 months ago

Ok, thanks. Maybe usefull info to include on the Accuweatherpage ?

bieniu commented 7 months ago

As always, PR is most welcome.