Fuelfinder is a custom Home Assistant component that provides current fuel prices from fuelfinder.dk. It integrates with HACS (Home Assistant Community Store) for easy installation.
- Real-time Fuel Prices: Get up-to-date fuel prices.
- Rate Limiting: Requests are cached for 5 minutes to prevent excessive server requests.
- Easy Integration with HACS.
- Go to HACS in Home Assistant.
- Click on Integrations.
- Click on the three dots in the top right corner and select Custom repositories.
- Add
https://github.com/jakob1379/hacs-fuelfinder
and select Integration as the category. - Find Fuelfinder in HACS and install it.
- Copy the
custom_components/fuelfinder
directory to your Home Assistant'scustom_components
directory. - Restart Home Assistant.
- Go to Configuration > Integrations.
- Add Fuelfinder.
- Set up the options including the data source URL.
This project is licensed under the MIT License - see the LICENSE file for details.