J-Lindvig / Fuelprices_DK

Scraping of 5 types of fuel :fuelpump: from 8 different fuelcompanies in Denmark :denmark:.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hacs_badge GitHub release (latest by date) GitHub all releases GitHub last commit GitHub code size in bytes Buy me a coffee

Fuelprices DK

Introduction

With Fuelprices_DK it is possible to track fuelprices in Denmark.

Installation

HACS

This integration has been approved to the default HACS repository

Custom integration in HACS

https://hacs.xyz/docs/faq/custom_repositories

Configuration

In the default configuration it will track the following fueltypes:

  • Octane 95
  • Octane 95+ (additives)
  • Octane 100
  • Diesel
  • Diesel+ (additives)
  • Electric

From these fuelcompanies:

  • Circle K
  • F24
  • Go'On
  • ingo
  • OIL! tank & go
  • OK
  • Q8
  • Shell

Configuration

fuelprices_dk:
  # Optional entries
  # Bypass the default update interval (60 minutes)
  update_interval: 300
  companies:
  # possible values are: circlek, f24, goon, ingo, oil, ok, q8 and shell
    - ok
    - shell
  fueltypes:
  # Possible values are: oktan 95, oktan 95+, oktan 100, diesel, diesel+ and electric
    - oktan 95
    - diesel

About

Scraping of 5 types of fuel :fuelpump: from 8 different fuelcompanies in Denmark :denmark:.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%