8000 2025.2.1 (#37353) · CrEaK/home-assistant.io@56ad29c · GitHub
[go: up one dir, main page]

Skip to content

Commit 56ad29c

Browse files
frenckniklasneesen
authored andcommitted
1 parent b15ee45 commit 56ad29c

File tree

3 files changed

+180
-2
lines changed

3 files changed

+180
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ social:
108108
# Home Assistant release details
109109
current_major_version: 2025
110110
current_minor_version: 2
111-
current_patch_version: 0
112-
date_released: 2025-02-05
111+
current_patch_version: 1
112+
date_released: 2025-02-07
113113

114114
# Either # or the anchor link to latest release notes in the blog post.
115115
# Must be prefixed with a # and have double quotes around it.

source/_posts/2025-02-05-release-20252.markdown

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ _PS: It is almost Valentine's day, did you set up some romantic scenes yet? 🌹
7171
- [Other noteworthy changes](#other-noteworthy-changes)
7272
- [Bluetooth config panel](#bluetooth-config-panel)
7373
- [Preparing our graphs for the future](#preparing-our-graphs-for-the-future)
74+
- [Patch releases](#patch-releases)
75+
- [2025.2.1 - February 7](#202521---february-7)
7476
- [Need help? Join the community!](#need-help-join-the-community)
7577
- [Backward-incompatible changes](#backward-incompatible-changes)
7678
- [All changes](#all-changes)
@@ -473,6 +475,97 @@ However, this change is a preparation for the future. We have many plans and
473475
ideas for our graphs, and this change was a necessary step to make those plans
474476
possible.
475477

478+
## Patch releases
479+
480+
We will also release patch releases for Home Assistant 2025.2 in February.
481+
These patch releases only contain bug fixes. Our goal is to release a patch
482+
release every Friday.
483+
484+
### 2025.2.1 - February 7
485+
486+
- Fix hassio test using wrong fixture ([@emontnemery] - [#137516])
487+
- Change Electric Kiwi authentication ([@mikey0000] - [#135231])
488+
- Update govee-ble to 0.42.1 ([@cdce8p] - [#137371])
489+
- Bump holidays to 0.66 ([@gjohansson-ST] - [#137449])
490+
- Bump aiohttp-asyncmdnsresolver to 0.1.0 ([@bdraco] - [#137492])
491+
- Bump aiohttp to 3.11.12 ([@bdraco] - [#137494])
492+
- Bump govee-ble to 0.43.0 to fix compat with new H5179 firmware ([@bdraco] - [#137508])
493+
- Bump habiticalib to v0.3.5 ([@tr4nt0r] - [#137510])
494+
- Fix Mill issue, where no sensors were shown ([@Danielhiversen] - [#137521])
495+
- Don't overwrite setup state in async_set_domains_to_be_loaded ([@emontnemery] - [#137547])
496+
- Use separate metadata files for onedrive ([@zweckj] - [#137549])
497+
- Fix sending polls to Telegram threads ([@jwhb] - [#137553])
498+
- Skip building wheels for electrickiwi-api ([@cdce8p] - [#137556])
499+
- Add excluded domains to broadcast intent ([@synesthesiam] - [#137566])
500+
- Revert "Add `PaddleSwitchPico` (Pico Paddle Remote) device trigger to Lutron Caseta" ([@bdraco] - [#137571])
501+
- Fix Overseerr webhook configuration JSON ([@denniseffing] - [#137572])
502+
- Do not rely on pyserial for port scanning with the CM5 + ZHA ([@puddly] - [#137585])
503+
- Bump eheimdigital to 1.0.6 ([@autinerd] - [#137587])
504+
- Bump pyfireservicerota to 0.0.46 ([@cyberjunky] - [#137589])
505+
- Bump reolink-aio to 0.11.10 ([@starkillerOG] - [#137591])
506+
- Allow to omit the payload attribute to MQTT publish action to allow an empty payload to be sent by default ([@jbouwh] - [#137595])
507+
- Handle previously migrated HEOS device identifier ([@andrewsayre] - [#137596])
508+
- Bump `aioshelly` to version `12.4.1` ([@bieniu] - [#137598])
509+
- Bump electrickiwi-api to 0.9.13 ([@mikey0000] - [#137601])
510+
- Bump ZHA to 0.0.48 ([@TheJulianJES] - [#137610])
511+
- Bump Electrickiwi-api to 0.9.14 ([@mikey0000] - [#137614])
512+
- Update google-nest-sdm to 7.1.3 ([@allenporter] - [#137625])
513+
- Don't use the current temperature from Shelly BLU TRV as a state for External Temperature number entity ([@bieniu] - [#137658])
514+
- Fix LG webOS TV turn off when device is already off ([@thecode] - [#137675])
515+
516+
[#135231]: https://github.com/home-assistant/core/pull/135231
517+
[#137371]: https://github.com/home-assistant/core/pull/137371
518+
[#137448]: https://github.com/home-assistant/core/pull/137448
519+
[#137449]: https://github.com/home-assistant/core/pull/137449
520+
[#137492]: https://github.com/home-assistant/core/pull/137492
521+
[#137494]: https://github.com/home-assistant/core/pull/137494
522+
[#137508]: https://github.com/home-assistant/core/pull/137508
523+
[#137510]: https://github.com/home-assistant/core/pull/137510
524+
[#137516]: https://github.com/home-assistant/core/pull/137516
525+
[#137521]: https://github.com/home-assistant/core/pull/137521
526+
[#137547]: https://github.com/home-assistant/core/pull/137547
527+
[#137549]: https://github.com/home-assistant/core/pull/137549
528+
[#137553]: https://github.com/home-assistant/core/pull/137553
529+
[#137556]: https://github.com/home-assistant/core/pull/137556
530+
[#137566]: https://github.com/home-assistant/core/pull/137566
531+
[#137571]: https://github.com/home-assistant/core/pull/137571
532+
[#137572]: https://github.com/home-assistant/core/pull/137572
533+
[#137585]: https://github.com/home-assistant/core/pull/137585
534+
[#137587]: https://github.com/home-assistant/core/pull/137587
535+
[#137589]: https://github.com/home-assistant/core/pull/137589
536+
[#137591]: https://github.com/home-assistant/core/pull/137591
537+
[#137595]: https://github.com/home-assistant/core/pull/137595
538+
[#137596]: https://github.com/home-assistant/core/pull/137596
539+
[#137598]: https://github.com/home-assistant/core/pull/137598
540+
[#137601]: https://github.com/home-assistant/core/pull/137601
541+
[#137610]: https://github.com/home-assistant/core/pull/137610
542+
[#137614]: https://github.com/home-assistant/core/pull/137614
543+
[#137625]: https://github.com/home-assistant/core/pull/137625
544+
[#137658]: https://github.com/home-assistant/core/pull/137658
545+
[#137675]: https://github.com/home-assistant/core/pull/137675
546+
[@Danielhiversen]: https://github.com/Danielhiversen
547+
[@TheJulianJES]: https://github.com/TheJulianJES
548+
[@allenporter]: https://github.com/allenporter
549+
[@andrewsayre]: https://github.com/andrewsayre
550+
[@autinerd]: https://github.com/autinerd
551+
[@bdraco]: https://github.com/bdraco
552+
[@bieniu]: https://github.com/bieniu
553+
[@cdce8p]: https://github.com/cdce8p
554+
[@cyberjunky]: https://github.com/cyberjunky
555+
[@denniseffing]: https://github.com/denniseffing
556+
[@emontnemery]: https://github.com/emontnemery
557+
[@frenck]: https://github.com/frenck
558+
[@gjohansson-ST]: https://github.com/gjohansson-ST
559+
[@jbouwh]: https://github.com/jbouwh
560+
[@jwhb]: https://github.com/jwhb
561+
[@mikey0000]: https://github.com/mikey0000
562+
[@puddly]: https://github.com/puddly
563+
[@starkillerOG]: https://github.com/starkillerOG
564+
[@synesthesiam]: https://github.com/synesthesiam
565+
[@thecode]: https://github.com/thecode
566+
[@tr4nt0r]: https://github.com/tr4nt0r
567+
[@zweckj]: https://github.com/zweckj
568+
476569
## Need help? Join the community!
477570

478571
Home Assistant has a great community of users who are all more than willing

source/changelogs/core-2025.2.markdown

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,6 +1358,91 @@ For a summary in a more readable format:
13581358
- Bump hassil and intents ([@synesthesiam] - [#137440])
13591359
- Bump dbus-fast to 2.33.0 ([@bdraco] - [#137446])
13601360

1361+
## Release 2025.2.1 - February 7
1362+
1363+
- Fix hassio test using wrong fixture ([@emontnemery] - [#137516])
1364+
- Change Electric Kiwi authentication ([@mikey0000] - [#135231])
1365+
- Update govee-ble to 0.42.1 ([@cdce8p] - [#137371])
1366+
- Bump holidays to 0.66 ([@gjohansson-ST] - [#137449])
1367+
- Bump aiohttp-asyncmdnsresolver to 0.1.0 ([@bdraco] - [#137492])
1368+
- Bump aiohttp to 3.11.12 ([@bdraco] - [#137494])
1369+
- Bump govee-ble to 0.43.0 to fix compat with new H5179 firmware ([@bdraco] - [#137508])
1370+
- Bump habiticalib to v0.3.5 ([@tr4nt0r] - [#137510])
1371+
- Fix Mill issue, where no sensors were shown ([@Danielhiversen] - [#137521])
1372+
- Don't overwrite setup state in async_set_domains_to_be_loaded ([@emontnemery] - [#137547])
1373+
- Use separate metadata files for onedrive ([@zweckj] - [#137549])
1374+
- Fix sending polls to Telegram threads ([@jwhb] - [#137553])
1375+
- Skip building wheels for electrickiwi-api ([@cdce8p] - [#137556])
1376+
- Add excluded domains to broadcast intent ([@synesthesiam] - [#137566])
1377+
- Revert "Add `PaddleSwitchPico` (Pico Paddle Remote) device trigger to Lutron Caseta" ([@bdraco] - [#137571])
1378+
- Fix Overseerr webhook configuration JSON ([@denniseffing] - [#137572])
1379+
- Do not rely on pyserial for port scanning with the CM5 + ZHA ([@puddly] - [#137585])
1380+
- Bump eheimdigital to 1.0.6 ([@autinerd] - [#137587])
1381+
- Bump pyfireservicerota to 0.0.46 ([@cyberjunky] - [#137589])
1382+
- Bump reolink-aio to 0.11.10 ([@starkillerOG] - [#137591])
1383+
- Allow to omit the payload attribute to MQTT publish action to allow an empty payload to be sent by default ([@jbouwh] - [#137595])
1384+
- Handle previously migrated HEOS device identifier ([@andrewsayre] - [#137596])
1385+
- Bump `aioshelly` to version `12.4.1` ([@bieniu] - [#137598])
1386+
- Bump electrickiwi-api to 0.9.13 ([@mikey0000] - [#137601])
1387+
- Bump ZHA to 0.0.48 ([@TheJulianJES] - [#137610])
1388+
- Bump Electrickiwi-api to 0.9.14 ([@mikey0000] - [#137614])
1389+
- Update google-nest-sdm to 7.1.3 ([@allenporter] - [#137625])
1390+
- Don't use the current temperature from Shelly BLU TRV as a state for External Temperature number entity ([@bieniu] - [#137658])
1391+
- Fix LG webOS TV turn off when device is already off ([@thecode] - [#137675])
1392+
1393+
[#135231]: https://github.com/home-assistant/core/pull/135231
1394+
[#137371]: https://github.com/home-assistant/core/pull/137371
1395+
[#137448]: https://github.com/home-assistant/core/pull/137448
1396+
[#137449]: https://github.com/home-assistant/core/pull/137449
1397+
[#137492]: https://github.com/home-assistant/core/pull/137492
1398+
[#137494]: https://github.com/home-assistant/core/pull/137494
1399+
[#137508]: https://github.com/home-assistant/core/pull/137508
1400+
[#137510]: https://github.com/home-assistant/core/pull/137510
1401+
[#137516]: https://github.com/home-assistant/core/pull/137516
1402+
[#137521]: https://github.com/home-assistant/core/pull/137521
1403+
[#137547]: https://github.com/home-assistant/core/pull/137547
1404+
[#137549]: https://github.com/home-assistant/core/pull/137549
1405+
[#137553]: https://github.com/home-assistant/core/pull/137553
1406+
[#137556]: https://github.com/home-assistant/core/pull/137556
1407+
[#137566]: https://github.com/home-assistant/core/pull/137566
1408+
[#137571]: https://github.com/home-assistant/core/pull/137571
1409+
[#137572]: https://github.com/home-assistant/core/pull/137572
1410+
[#137585]: https://github.com/home-assistant/core/pull/137585
1411+
[#137587]: https://github.com/home-assistant/core/pull/137587
1412+
[#137589]: https://github.com/home-assistant/core/pull/137589
1413+
[#137591]: https://github.com/home-assistant/core/pull/137591
1414+
[#137595]: https://github.com/home-assistant/core/pull/137595
1415+
[#137596]: https://github.com/home-assistant/core/pull/137596
1416+
[#137598]: https://github.com/home-assistant/core/pull/137598
1417+
[#137601]: https://github.com/home-assistant/core/pull/137601
1418+
[#137610]: https://github.com/home-assistant/core/pull/137610
1419+
[#137614]: https://github.com/home-assistant/core/pull/137614
1420+
[#137625]: https://github.com/home-assistant/core/pull/137625
1421+
[#137658]: https://github.com/home-assistant/core/pull/137658
1422+
[#137675]: https://github.com/home-assistant/core/pull/137675
1423+
[@Danielhiversen]: https://github.com/Danielhiversen
1424+
[@TheJulianJES]: https://github.com/TheJulianJES
1425+
[@allenporter]: https://github.com/allenporter
1426+
[@andrewsayre]: https://github.com/andrewsayre
1427+
[@autinerd]: https://github.com/autinerd
1428+
[@bdraco]: https://github.com/bdraco
1429+
[@bieniu]: https://github.com/bieniu
1430+
[@cdce8p]: https://github.com/cdce8p
1431+
[@cyberjunky]: https://github.com/cyberjunky
1432+
[@denniseffing]: https://github.com/denniseffing
1433+
[@emontnemery]: https://github.com/emontnemery
1434+
[@frenck]: https://github.com/frenck
1435+
[@gjohansson-ST]: https://github.com/gjohansson-ST
1436+
[@jbouwh]: https://github.com/jbouwh
1437+
[@jwhb]: https://github.com/jwhb
1438+
[@mikey0000]: https://github.com/mikey0000
1439+
[@puddly]: https://github.com/puddly
1440+
[@starkillerOG]: https://github.com/starkillerOG
1441+
[@synesthesiam]: https://github.com/synesthesiam
1442+
[@thecode]: https://github.com/thecode
1443+
[@tr4nt0r]: https://github.com/tr4nt0r
1444+
[@zweckj]: https://github.com/zweckj
1445+
13611446
[#112047]: https://github.com/home-assistant/core/pull/112047
13621447
[#121522]: https://github.com/home-assistant/core/pull/121522
13631448
[#121548]: https://github.com/home-assistant/core/pull/121548

0 commit comments

Comments
 (0)
0