Update README

This commit is contained in:
Jules 2024-01-04 21:20:56 +01:00
parent af27179b08
commit 8b43469c17
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
4 changed files with 25 additions and 17 deletions

View file

@ -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
<details>
<summary>Show screenshots</summary>
<img src="https://github.com/jdejaegh/irm-kmi-ha/raw/main/img/camera_light.png"/> <br>
<img src="https://github.com/jdejaegh/irm-kmi-ha/raw/main/img/camera_dark.png"/> <br>
<img src="https://github.com/jdejaegh/irm-kmi-ha/raw/main/img/camera_sat.png"/>
</details>
## 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.
<br><img src="https://github.com/jdejaegh/irm-kmi-ha/raw/main/img/monday.png" height="150" alt="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.
<br><img src="https://github.com/jdejaegh/irm-kmi-ha/raw/main/img/monday.png" height="150" alt="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

BIN
img/camera_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

BIN
img/camera_light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
img/camera_sat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 KiB