Commit graph

37 commits

Author SHA1 Message Date
57cce48c5f
Remove async await where not needed 2025-05-03 13:43:27 +02:00
7951bafefb
Remove unused parameters and imports 2025-05-02 20:37:49 +02:00
6476f0e57a
Move API related code to a sub-module + update tests 2025-05-02 19:31:45 +02:00
be0a7425d4
Add rainfall sensor and tests 2025-02-22 20:39:15 +01:00
48fca3197f
Only fetch radar images when the camera is viewed by the user 2025-02-16 18:36:06 +01:00
ec84b405de
Update dependencies 2024-10-27 11:40:15 +01:00
5f53d16ce2
Fix daily forecast sunset sunrise type
Fix #49
2024-06-23 12:43:45 +02:00
0059b2f78f
Fetch sunrise and sunset time for daily forecast 2024-06-09 17:53:27 +02:00
f66b202b66
Fix current condition and twice daily forecast datetime for NL 2024-06-09 16:47:54 +02:00
671cc26031
Try to fix #38 for daily forecast 2024-06-08 14:33:13 +02:00
98079d904d
Linter changes 2024-06-01 20:41:23 +02:00
a952e3566f
Implement confidence intervals for irm_kmi.get_forecasts_radar 2024-06-01 20:35:28 +02:00
d354199ace
Make new tests async 2024-06-01 18:46:03 +02:00
f651968b4d
Merge with origin/main 2024-06-01 18:40:44 +02:00
59a3a3f07a
Use non-blocking calls in the main loop 2024-06-01 18:30:12 +02:00
afea4df5d2
Fix midnight bug
Fix #38
2024-05-31 22:36:59 +02:00
6bc54898ef
Simplify values in options 2024-05-20 22:03:28 +02:00
377601cf4d
Add language picker to override Home Assistant server language 2024-05-20 21:05:19 +02:00
121b6e50c3
Create new service: irm_kmi.get_forecasts_radar 2024-05-19 22:54:55 +02:00
a0b6fdc36c
Add timezone offset in forecast service call response.
Related to #26
2024-05-12 17:58:12 +02:00
4e8f1faebc
Add test 2024-05-12 14:33:45 +02:00
e4c4c8e954
Use degrees for wind bearing instead of cardinal point 2024-04-06 18:31:15 +02:00
a401bc172a
Remove text_fr and text_nl from forecast and add text instead (auto-detect instance language) 2024-01-20 14:39:42 +01:00
bd26a99b0c
Implement binary sensor for weather warning 2024-01-13 21:54:44 +01:00
4a5734daf6
Set update interval to 7 minutes 2024-01-12 22:37:42 +01:00
c5a9c2e613
Optimize imports 2024-01-02 21:50:28 +01:00
b7d39bf753
Add tests for new SVG camera and remove old ones 2024-01-02 21:45:37 +01:00
3915d9ff23
First try at supporting rain graph 2024-01-01 21:49:18 +01:00
27fab148b6
Prepare data structures for rain graph 2023-12-31 23:36:57 +01:00
becd6418de
Organize imports 2023-12-29 21:01:35 +01:00
fe0b3419ce
When getting daily forecast, the min temperature of the current day should be the min temperature of the coming night 2023-12-29 20:59:32 +01:00
d7b2e9a742
Update config flow and improve error handling 2023-12-29 20:27:07 +01:00
b6e3482bf6
Add ressources 2023-12-28 21:54:43 +01:00
aae39d8ddc
Add tests for weather radar data 2023-12-28 21:09:09 +01:00
ed20cd9922
Refactor and use latest observation as radar thumbnail 2023-12-28 15:30:30 +01:00
b86d54681d
Sort imports 2023-12-27 15:23:32 +01:00
e7db9d5dfa
Add test for IrmKmiCoordinator 2023-12-27 15:22:52 +01:00