Skip to content

Aohzan/hass-prixcarburant

This branch is 123 commits ahead of, 1 commit behind max5962/prixCarburant-home-assistant:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

65867f2 · Jan 9, 2025
Mar 4, 2024
Jan 9, 2025
Jul 20, 2019
Nov 25, 2024
Oct 24, 2023
Nov 3, 2024
Nov 4, 2024
May 31, 2022
May 12, 2022
May 12, 2022

Repository files navigation

Intégration Prix Carburant pour Home-Assistant

GitHub release (with filter) GitHub Donate hacs_badge

This a custom component for Home Assistant. The prix_carburant integration allows you to get information and prices from gouv API.

README complet en français 🇫🇷 ❗

Installation

HACS

HACS > Integrations > Explore & Download Repositories > Prix Carburant > Download this repository with HACS

Manually

Copy the directory prix_carburant in config/custom_components of your Home-Assistant.

Configuration

From UI

Search Prix Carburant in Integration.

From configuration.yaml

sensor:
    - platform: prix_carburant
    # IDs from https://www.prix-carburants.gouv.fr/
      stations:
        - 12345678
        - 34567890

Crédits

Thanks to https://github.com/max5962/prixCarburant-home-assistant for base code.