diff --git a/README.md b/README.md index 59e81e7..0d0eba6 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This integration provides the following things: - Weather forecasts (hourly, daily and twice-daily) [using the service `weather.get_forecasts`](https://www.home-assistant.io/integrations/weather/#service-weatherget_forecasts) - A camera entity for rain radar and short-term rain previsions - A binary sensor for weather warnings +- Sensors for active pollens The following options are available: @@ -108,6 +109,18 @@ The following table summarizes the different known warning types. Other warning The sensor has an attribute called `active_warnings_friendly_names`, holding a comma separated list of the friendly names of the currently active warnings (e.g. `Fog, Ice or snow`). There is no particular order for the list. +## Pollen details + +One sensor per pollen is created and each sensor can have on of the following values: active, green, yellow, orange, +red, purple or none. + +The exact meaning of each color can be found on the IRM KMI webpage: [Pollen allergy and hay fever](https://www.meteo.be/en/weather/forecasts/pollen-allergy-and-hay-fever) + +Pollen data + +This data sent to the app would result in oak and ash have the 'active' state, birch would be 'purple' and alder would be 'green'. +All the other pollens would be 'none'. + ## Disclaimer This is a personal project and isn't in any way affiliated with, sponsored or endorsed by [The Royal Meteorological diff --git a/img/sensors.png b/img/sensors.png index df99686..b26a9ad 100644 Binary files a/img/sensors.png and b/img/sensors.png differ