-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
NSW Fuel Station Price Sensor #5477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSW Fuel Station Price Sensor #5477
Conversation
The docs should contain a hint there is a limit of 2500 requests per months. If one starts to use multiple sensors and overwrites the update interval then she/he will hit the limit. |
Where did you find this information about 2500 requests? The client does not actually use the official API, since this requires each home-assistant user creating API credentials, waiting to be approved, and subsequently configuring them in home-assistant. Instead, the client library |
|
I'm aware of the limit imposed by the official API, but as I mentioned in the previous comment, the underlying library uses an unofficial API exposed by the FuelCheck App, which I expect has higher limits since it is the underlying API for a web and mobile application used to show fuel information. The main reason for using the unofficial API is that it does not require any authentication - using the official API requires consumers to apply for an API key, a process that took a week for me (which is why I resorted to the unofficial API). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🐦
* NSW Fuel Station Price Sensor * . * . * update doc * update doc * quote correctly * Update doc * Add headings and minimize configuration sample
Description:
Add documentation for
sensor.nsw_fuel_station
componentPull request in home-assistant (if applicable): home-assistant/core#14757
Checklist:
current
. New documentation for platforms/components and features should go tonext
.