diff --git a/README.md b/README.md index 6596da9..8d82d24 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,22 @@ Mapping was established based on my own interpretation of the icons and conditio | snowy-rainy | Snow and Rain | | `8-d` `8-n` `9-d` `9-n` `20-d` `20-n` | | sunny | Sunshine | | `0-d` `1-d` | | windy | Wind | | | -| windy-variant | Wind and clouds | | | \ No newline at end of file +| windy-variant | Wind and clouds | | | + +## Limitations + +1. The weather provider sometime uses two weather conditions on for the same day. When this is the case, only the first +weather condition is taken into account in this integration. +
Example of two weather conditions + +2. The trends for 14 days are not shown +3. The warnings shown in the app are not shown by the integration +4. The provider only has data for Belgium, Luxembourg and The Netherlands + +## Disclaimer + +This is a personal project and isn't in any way affiliated with, sponsored or endorsed by [The Royal Meteorological +Institute of Belgium](https://www.meteo.be). + +All product names, trademarks and registered trademarks in (the images in) this repository, are property of their +respective owners. All images in this repository are used by the project for identification purposes only. \ No newline at end of file diff --git a/img/monday.png b/img/monday.png new file mode 100644 index 0000000..75c5c6f Binary files /dev/null and b/img/monday.png differ