/Home-Assistant-custom-components-Meteo-IMGW

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

Primary LanguagePythonMIT LicenseMIT

HACS Custom GitHub Latest Release GitHub All Releases Buy me a coffee PayPal.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"

Buy Me A Coffee PayPal Logo