Commit graph

79 commits

Author SHA1 Message Date
fb43a882f8
Separate concerns: rain graph and api 2025-05-03 15:07:19 +02:00
57cce48c5f
Remove async await where not needed 2025-05-03 13:43:27 +02:00
f0a1853f67
Linting 2025-05-02 20:29:28 +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
93bda52ac8
Implement client caching based on ETag header 2025-02-16 20:40:44 +01:00
48fca3197f
Only fetch radar images when the camera is viewed by the user 2025-02-16 18:36:06 +01:00
52812487f9
Delete debug line 2025-01-30 17:35:20 +00:00
dcbr
3947273ef7
Change print to debug logging 2025-01-30 09:14:51 +01:00
4978a92385
Fix typo 2024-12-29 18:17:17 +01:00
91d46dcb6c
Put config entry in coordinator 2024-12-29 18:04:24 +01:00
62e9e5fb9f
Fix edge case in current weather 2024-06-23 13:40:50 +02:00
5f53d16ce2
Fix daily forecast sunset sunrise type
Fix #49
2024-06-23 12:43:45 +02:00
f1e7c267e6
Add next sunset sunrise sensors 2024-06-09 20:37:14 +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
c647e83c4c
Add docstring 2024-06-01 20:39:37 +02:00
a952e3566f
Implement confidence intervals for irm_kmi.get_forecasts_radar 2024-06-01 20:35:28 +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
2e90931996
Improve device name 2024-05-28 20:45:15 +02:00
2bdfa014df
Fix bug in config migration 2024-05-28 19:48:32 +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
68491fc7da
Increaste timeout to 60s 2024-05-12 14:33:24 +02:00
d5d4005634
Weather data will become unavailable at the third failed update in a row 2024-05-10 20:36:03 +02:00
ac0fe07f4f
Keep the previous value for pollen and radar when the API fails only for those items but not for the main forecast 2024-05-10 18:43:54 +02:00
3c2bd51e85
First steps for better timeout handling 2024-05-10 14:58:21 +02:00
e4c4c8e954
Use degrees for wind bearing instead of cardinal point 2024-04-06 18:31:15 +02:00
28cebe63c3
Merge pull request #18 from jdejaegh/12-pollen-and-uv-index-data-as-attributes
Fetch pollen level data from API
2024-04-03 14:22:53 +02:00
adc9e5d013
Translation and device info 2024-04-02 20:56:00 +02:00
67ab04499e
Re-enable logging line 2024-04-01 18:14:25 +02:00
c8b2954ef3
Initial support for pollen data 2024-04-01 18:08:16 +02:00
b2bc3a72ba
Use hass.config option to define config directory when loading files 2024-04-01 13:56:41 +02:00
e1c2e8a659
Fix language setting causing sensor to fail. Fix #10 2024-02-25 14:19:49 +01:00
11d055e5f4
Reformat code 2024-01-22 18:35:02 +01:00
ce79abbefe
Ensure native_templow <= native_temperature 2024-01-22 18:32:55 +01:00
8ee79f43e9
Add full API data logging in debug mode 2024-01-21 15:04:01 +01:00
5c640a284f
Remove some logging 2024-01-20 15:17:34 +01:00
6aef5ffa19
Remove outdated TODO 2024-01-20 14:50:59 +01: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
44dd78c077
Add attributes to warning binary sensor 2024-01-20 14:29:20 +01:00
bd26a99b0c
Implement binary sensor for weather warning 2024-01-13 21:54:44 +01:00
f30821e0a8
Prepare support for weather warning 2024-01-12 22:30:38 +01:00
90d4dd3a78
Start adding repairs and better error handling 2024-01-07 11:20:03 +01:00
0eb96a63bf
Refactor and add docstring 2024-01-06 15:10:28 +01:00