https://github.com/filipnet/haos_dwd_pollencount
A custom integration for Home Assistant to show real-time pollen count data, helping allergy sufferers track pollen levels easily.
https://github.com/filipnet/haos_dwd_pollencount
allergy dashboard dwd german hacs haos home-assistant home-assistant-integration homeautomation mushroom pollen pollenflug smarthome template tracking weather yaml
Last synced: 2 months ago
JSON representation
A custom integration for Home Assistant to show real-time pollen count data, helping allergy sufferers track pollen levels easily.
- Host: GitHub
- URL: https://github.com/filipnet/haos_dwd_pollencount
- Owner: filipnet
- License: bsd-3-clause
- Created: 2025-03-01T05:12:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T05:47:56.000Z (7 months ago)
- Last Synced: 2025-03-01T06:24:50.592Z (7 months ago)
- Topics: allergy, dashboard, dwd, german, hacs, haos, home-assistant, home-assistant-integration, homeautomation, mushroom, pollen, pollenflug, smarthome, template, tracking, weather, yaml
- Homepage: https://www.filipnet.de
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# Home Assistant Pollen Count Integration
This repository provides a YAML configuration for integrating Deutscher Wetterdienst (DWD) pollen dispersal data into Home Assistant. It utilizes the DWD Pollenflug integration and Mushroom Cards for an enhanced user interface.

## Table of Contents
- [Home Assistant Pollen Count Integration](#home-assistant-pollen-count-integration)
- [Table of Contents](#table-of-contents)
- [Prerequisites](#prerequisites)
- [Installation Steps](#installation-steps)
- [Configure the Integration](#configure-the-integration)
- [Add to Dashboard](#add-to-dashboard)
- [Contributions](#contributions)
- [License](#license)## Prerequisites
Before setting up this integration, ensure you have the following installed:
**Home Assistant Community Store (HACS):** A powerful integration manager for Home Assistant.
- Installation Guide: [HACS Installation](https://hacs.xyz/docs/installation/manual)**Mushroom Cards:** A collection of customizable cards to beautify your Home Assistant dashboard.
- Installation via HACS:
* Navigate to HACS in your Home Assistant instance.
* Go to the "Frontend" section.
* Search for "Mushroom" and install the integration.
* After installation, refresh your browser to apply changes.
- Official Repository: [Mushroom Cards GitHub](https://github.com/piitaya/lovelace-mushroom)## Installation Steps
**Install DWD Pollenflug Integration:**
- This integration fetches pollen forecasts from DWD for various regions in Germany.
- Installation via HACS:
* Open HACS in Home Assistant.
* Navigate to the "Integrations" section.
* Search for "DWD Pollenflug" and install the integration.
* Restart Home Assistant to apply changes.
- Official Repository: [DWD Pollenflug GitHub](https://github.com/mampfes/hacs_dwd_pollenflug)## Configure the Integration
**Add Pollen DWD as a Device:**
* Open Settings > Devices & Services.
* Click Add Integration.
* Search for Pollen DWD and select it.
* Choose the corresponding Region (e.g., Saarland and Rheinland-Pfalz).
* Select the Sub-region (e.g., Rhein, Pfalz, Nahe, and Mosel).
* Confirm the setup.After installation, configure the integration by adding the provided YAML configuration to your `configuration.yaml` file. Ensure you specify your region and desired allergens.
There is a file named `pollen_count.yml` in the root of the repository. Follow the instructions below to integrate DWD Pollenflug into your Home Assistant dashboard and configure it using YAML.
## Add to Dashboard
- Navigate to your Home Assistant dashboard.
- Enter the edit mode by clicking the three dots in the top right corner and selecting "Edit Dashboard".
- Add a new card by clicking the "+" button.
- Choose the "Manual" card option.
- Copy and paste the YAML configuration into the card editor.**Save and Refresh:**
- Save the changes and exit the edit mode.
- Refresh your browser to see the updated dashboard with the DWD Pollenflug integration.By following these steps, you will have successfully integrated DWD Pollenflug into your Home Assistant dashboard and configured it using YAML.
## Contributions
Contributions to enhance this integration are welcome. Please fork the repository and submit a pull request with your improvements.
## License
This project is licensed under the terms specified in the [LICENSE](LICENSE) file.