From a966055e7bb94c44d491897f182de5a364032a1e Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Wed, 20 Dec 2023 21:19:06 +0100 Subject: [PATCH] Add roadmap --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ef2090..bb23e62 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,21 @@ # IRM KMI Weather integration for Home Assistant +Home Assistant weather provider using data from Belgian IRM KMI. +The data is collected via their non-public mobile application API. + +## Roadmap + +- [ ] Basic weather provider capability (current weather only) +- [ ] Forecasts + - [ ] Hourly + - [ ] Daily +- [ ] Camera entity for the satellite view + ## Mapping between IRM KMI and Home Assistant weather conditions -| Condition | Description | IRM KMI icon | IRM KMI data (`ww-dayNight`) | +Mapping was established based on my own interpretation of the icons and conditions. + +| HA Condition | HA Description | IRM KMI icon | IRM KMI data (`ww-dayNight`) | |-----------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------| | clear-night | Clear night | | `0-n` | | cloudy | Many clouds | | `3-d` `3-n` `14-d` `14-n` `15-d` `15-n` |