Skip to content

Home Assistant integration for Länderübergreifendes Hochwasser Portal

License

Notifications You must be signed in to change notification settings

wfroemgen/hochwasserportal

 
 

Repository files navigation

hochwasserportal

Home Assistant integration for Länderübergreifendes Hochwasser Portal

Sources

Setup

Installation via HACS

  • Ensure that HACS is installed
  • Search for and install the "hochwasserportal" integration
  • Restart Home Assistant

Manual installation

  • Copy the sources from ROOT_OF_THIS_REPO/custom_components/hochwasserportal to YOUR_HA_INSTALLATION/config/custom_components/hochwasserportal
  • Restart Home Assistant

Configuration (Example for the Isar in Munich)

Add the following lines to your configuration.yaml

  - platform: hochwasserportal
    pegel: BY_16005701
    level: True
    stage: True
    flow: True

The variables level, stage and flow are optional and default to True if not set. If you don't want one of the three sensors to show up you have to set the corresponding variable to False.
A full list of valid pegels can be found here.

After restarting your Home Assistant installation the following three sensors should show up.
Example 1

About

Home Assistant integration for Länderübergreifendes Hochwasser Portal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%