mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 03:35:56 +02:00
Update README
This commit is contained in:
parent
686ee62df6
commit
14d03b47d4
2 changed files with 13 additions and 0 deletions
13
README.md
13
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)
|
- 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 camera entity for rain radar and short-term rain previsions
|
||||||
- A binary sensor for weather warnings
|
- A binary sensor for weather warnings
|
||||||
|
- Sensors for active pollens
|
||||||
|
|
||||||
The following options are available:
|
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
|
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.
|
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)
|
||||||
|
|
||||||
|
<img height="200" src="https://raw.githubusercontent.com/jdejaegh/irm-kmi-ha/686ee62df67d4d3aa37d8761b2a571f2eda2d9bc/tests/fixtures/pollen.svg" alt="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
|
## Disclaimer
|
||||||
|
|
||||||
This is a personal project and isn't in any way affiliated with, sponsored or endorsed by [The Royal Meteorological
|
This is a personal project and isn't in any way affiliated with, sponsored or endorsed by [The Royal Meteorological
|
||||||
|
|
BIN
img/sensors.png
BIN
img/sensors.png
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 32 KiB |
Loading…
Add table
Reference in a new issue