Commit graph

207 commits

Author SHA1 Message Date
a952e3566f
Implement confidence intervals for irm_kmi.get_forecasts_radar 2024-06-01 20:35:28 +02:00
0812ef5eef
Merge pull request #41 from jdejaegh/blocking_calls
Use non-blocking calls in the main loop
2024-06-01 18:51:29 +02:00
b1d21bf858
Rename parameter 2024-06-01 18:49:31 +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
a7d17d707e
Fix test name 2024-06-01 18:36:38 +02:00
2562b2b733
Merge pull request #40 from jdejaegh/midnight_bug
Fix midnight bug: between 12AM and 1AM hourly forecast was shifted by +1 day
2024-06-01 18:33:17 +02:00
59a3a3f07a
Use non-blocking calls in the main loop 2024-06-01 18:30:12 +02:00
7bf45ac713
Use beta homeassistant to fix dependencies in the build 2024-05-31 23:03:25 +02:00
03677d01ef
Try to fix pipeline 2024-05-31 22:42:36 +02:00
a211a5e406
Try to fix pipeline 2024-05-31 22:40:54 +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
2579b79d11
Update requirements to match homeassistant==2024.5.5 2024-05-28 20:24:37 +02:00
1f3bc392ba
Version bump 2024-05-28 20:21:07 +02:00
6babe1e9f4
Merge pull request #35 from jdejaegh/unknown_text_in_radar
Fix regression: unknown text in radar
2024-05-28 20:20:11 +02:00
b973dd57fc
Add config migration test 2024-05-28 20:10:02 +02:00
2bdfa014df
Fix bug in config migration 2024-05-28 19:48:32 +02:00
ff5f2f8adc
Add data attribution 2024-05-26 20:22:20 +02:00
9e07e18e85
Version bump 2024-05-24 17:47:38 +02:00
4decfe72ac
Merge pull request #32 from jdejaegh/language-picker
Add language picker to override default Home Assistant language in the integration
2024-05-24 17:44:32 +02:00
6bc54898ef
Simplify values in options 2024-05-20 22:03:28 +02:00
8d2fcbefb5
Fix hassfest validation 2024-05-20 21:14:02 +02:00
e1ffb2ec8e
Update requirements 2024-05-20 21:08:31 +02:00
377601cf4d
Add language picker to override Home Assistant server language 2024-05-20 21:05:19 +02:00
92d4084cf2
Version bump 2024-05-20 11:28:13 +02:00
7ff9705536
Merge pull request #31 from jdejaegh/update-readme
Update README
2024-05-20 11:19:18 +02:00
e55a2e5300
Update license date 2024-05-20 11:13:33 +02:00
d75756968a
Update sensors screenshot 2024-05-20 11:08:54 +02:00
d85d4c7264
Add big blue buttons to install and configure the integration in one click 2024-05-20 11:04:10 +02:00
35bc326267
Add User-Agent to the client 2024-05-20 10:54:42 +02:00
e4a6d254af
Make service parameter optional 2024-05-20 10:46:12 +02:00
a1e0b7d394
Update README.md 2024-05-20 10:45:33 +02:00
a93e583c32
Update README.md 2024-05-20 10:44:16 +02:00
f5ebf31b0e
Add default value to parameter 2024-05-20 10:17:53 +02:00
911aa3a1c7
Merge pull request #30 from jdejaegh/rain_radar_service
Create new service: irm_kmi.get_forecasts_radar
2024-05-20 10:13:09 +02:00
121b6e50c3
Create new service: irm_kmi.get_forecasts_radar 2024-05-19 22:54:55 +02:00
22b7305e14
Version bump 2024-05-15 18:06:11 +02:00
a7201e5cb6
Merge pull request #28 from jdejaegh/21-warnings-should-be-visible-before-they-actually-start
Warnings should be visible before they actually start
2024-05-12 19:46:47 +02:00
a0b6fdc36c
Add timezone offset in forecast service call response.
Related to #26
2024-05-12 17:58:12 +02:00
e693224792
Add timestamp sensor for next weather warning 2024-05-12 17:28:24 +02:00
a93b199364
Merge pull request #27 from jdejaegh/timeout_handling
Improve handling of API errors such as timeout
2024-05-12 14:35:57 +02:00
4e8f1faebc
Add test 2024-05-12 14:33:45 +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
87bd3dc256
Merge branch 'main' of github.com:jdejaegh/irm-kmi-ha 2024-05-10 15:14:05 +02:00
580a3a0350
Version bump 2024-05-10 15:13:47 +02:00
dependabot[bot]
14e0512b12
Update dependencies to fix dependabot alerts (#24)
* Bump aiohttp from 3.9.3 to 3.9.4

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update requirements

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jules Dejaeghere <dej.j@live.be>
2024-05-10 13:07:04 +00:00
3c2bd51e85
First steps for better timeout handling 2024-05-10 14:58:21 +02:00