erkexzcx / saurida-fuel-prices

Saurida fuel prices in Lithuania API

Home Page:https://www.saurida.lt/kuro-kainos-degalinese/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saurida fuel prices API

Saurida fuel prices in Lithuania. A poor man's API.

Usage

CLI

You can easily get price using below request in bash (see prices.json for more details):

curl -s https://raw.githubusercontent.com/erkexzcx/saurida-fuel-prices/main/prices.json | jq '.alytus_miskininku_g.dyzelinas_b7'

Home Assistant integration

Update configuration.yml and add below code (see prices.json for more details):

sensor:
  - platform: rest
    scan_interval: 3600 # 1 hour
    resource: "https://raw.githubusercontent.com/erkexzcx/saurida-fuel-prices/main/prices.json"
    name: "Saurida Alytus, Miškininkų g. diesel price"
    value_template: '{{ value_json.alytus_miskininku_g.dyzelinas_b7 }}'
    force_update: True
    icon: "mdi:gas-station"
    unit_of_measurement: "€/l"

About

Saurida fuel prices in Lithuania API

https://www.saurida.lt/kuro-kainos-degalinese/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%