Skip to content

Commit

Permalink
fix install.py for "biowetter"
Browse files Browse the repository at this point in the history
  • Loading branch information
roe-dl committed Jul 14, 2024
1 parent d7b56ec commit f46d3a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,13 +495,17 @@ dann ein Wettermodell oder Produkt von diesem Anbieter.
model = biowetter
```

[Liste der Vorhersagegebiete](https://github.com/roe-dl/weewx-DWD/wiki/Biowettervorhersage)

* DWD Pollenflugvorhersage

```
provider = DWD
model = pollen
```

[Liste der Vorhersagegebiete](https://github.com/roe-dl/weewx-DWD/wiki/Pollenflugvorhersage)

* DWD UV-Index-Vorhersage

Diese Vorhersage wird nur für ausgewählte größere Städte und markante
Expand Down
1 change: 1 addition & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def __init__(self):
'bin/user/weatherservicesutil.py',
'bin/user/weatherservicesdb.py',
'bin/user/weatherservicesradar.py',
'bin/user/weatherserviceshealth.py',
'bin/user/weathercodes.py',
'bin/user/wildfire.py',
'bin/user/capwarnings.py',
Expand Down

0 comments on commit f46d3a1

Please sign in to comment.