diff --git a/README.md b/README.md index f07eb2e..2ddc5e4 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,37 @@ Although the provider is Belgian, the data is available for Belgium 🇧🇪, Lu ## Installing via HACS 1. Go to HACS > Integrations -2. Add this repo into your HACS custom repositories +2. Add this repo into your [HACS custom repositories](https://hacs.xyz/docs/faq/custom_repositories/) 3. Search for IRM KMI and download it 4. Restart Home Assistant 5. Configure the integration via the UI (search for 'IRM KMI') -## Roadmap +## Features -- [X] Basic weather provider capability (current weather only) -- [X] Forecasts - - [X] Hourly - - [X] Daily -- [X] Camera entity for the satellite view -- [X] Use UI to configure the integration +h + +- Styles for the radar +- Support for the old `forecast` attribute for components relying on this + +## Screenshots + +
+Show screenshots +
+
+ +
+ +## Limitations + +1. The weather provider sometime uses two weather conditions for the same day (see below). 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 ## Mapping between IRM KMI and Home Assistant weather conditions @@ -47,15 +64,6 @@ Mapping was established based on my own interpretation of the icons and conditio | windy | Wind | | | | windy-variant | Wind and clouds | | | -## Limitations - -1. The weather provider sometime uses two weather conditions for the same day (see below). 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 diff --git a/img/camera_dark.png b/img/camera_dark.png new file mode 100644 index 0000000..27d3ccc Binary files /dev/null and b/img/camera_dark.png differ diff --git a/img/camera_light.png b/img/camera_light.png new file mode 100644 index 0000000..3397b96 Binary files /dev/null and b/img/camera_light.png differ diff --git a/img/camera_sat.png b/img/camera_sat.png new file mode 100644 index 0000000..b9e8310 Binary files /dev/null and b/img/camera_sat.png differ