PiotrMachowski / Home-Assistant-custom-components-Hydro-IMGW

This custom integration retrieves data from hydro stations from hydro.imgw.pl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HACS Custom GitHub Latest Release GitHub All Releases Ko-Fi buycoffee.to PayPal.Me Revolut.Me

Hydro IMGW Sensor

This custom integration retrieves data from hydro stations from hydro.imgw.pl.

example

Installation

Using HACS (recommended)

This integration can be added to HACS as a custom repository:

  • URL: https://github.com/PiotrMachowski/Home-Assistant-custom-components-Hydro-IMGW
  • Category: Integration

After adding a custom repository you can use HACS to install this integration using user interface.

Manual

To install this integration manually you have to download hydro_imgw.zip and extract its contents to config/custom_components/hydro_imgw directory:

mkdir -p custom_components/hydro_imgw
cd custom_components/hydro_imgw
wget https://github.com/PiotrMachowski/Home-Assistant-custom-components-Hydro-IMGW/releases/latest/download/hydro_imgw.zip
unzip hydro_imgw.zip
rm hydro_imgw.zip

Configuration

Key Type Required Value Description
platform string true hydro_imgw Name of a platform
name string false Desired name of a entity
station_id string true ID of a station to monitor (a number from URL)

Example configuration

sensor:
  - platform: hydro_imgw
    station_id: "152210170"

Support

If you want to support my work with a donation you can use one of the following platforms:

Platform Payment methods Link Comment
Ko-fi
  • PayPal
  • Credit card
  • Buy Me a Coffee at ko-fi.com
  • No fees
  • Single or monthly payment
  • buycoffee.to
  • BLIK
  • Bank transfer
  • Postaw mi kawę na buycoffee.to
    PayPal
  • PayPal
  • PayPal Logo
  • No fees
  • Revolut
  • Revolut
  • Credit Card
  • Revolut
  • No fees
  • About

    This custom integration retrieves data from hydro stations from hydro.imgw.pl.

    License:MIT License


    Languages

    Language:Python 100.0%