Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024.9.1 #34617

Merged
merged 2 commits into from
Sep 6, 2024
Merged

2024.9.1 #34617

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ social:
# Home Assistant release details
current_major_version: 2024
current_minor_version: 9
current_patch_version: 0
date_released: 2024-09-04
current_patch_version: 1
date_released: 2024-09-06

# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
Expand Down
94 changes: 94 additions & 0 deletions source/_posts/2024-09-04-release-20249.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Don't forget to [join our release party live stream on YouTube](https://www.yout
- [Noteworthy improvements to existing integrations](#noteworthy-improvements-to-existing-integrations)
- [Now available to set up from the UI](#now-available-to-set-up-from-the-ui)
- [Farewell to the following](#farewell-to-the-following)
- [Patch releases](#patch-releases)
- [Release 2024.9.1 - September 6](#release-202491---september-6)
- [Need help? Join the community!](#need-help-join-the-community)
- [Backward-incompatible changes](#backward-incompatible-changes)
- [All changes](#all-changes)
Expand Down Expand Up @@ -221,6 +223,98 @@ of this release:
that is no longer available.


## Patch releases

We will also release patch releases for Home Assistant 2024.9 in September. These
patch releases only contain bug fixes. Our goal is to release a patch every
week (around Friday).

## Release 2024.9.1 - September 6

- Fix BTHome validate triggers for device with multiple buttons ([@thecode] - [#125183]) ([bthome docs])
- Improve play media support in LinkPlay ([@silamon] - [#125205]) ([linkplay docs])
- Revert #122676 Yamaha discovery ([@joostlek] - [#125216]) ([yamaha docs])
- Fix blocking call in yale_smart_alarm ([@gjohansson-ST] - [#125255]) ([yale_smart_alarm docs])
- Don't show input panel if default code provided in envisalink ([@gjohansson-ST] - [#125256]) ([envisalink docs])
- Increase AquaCell timeout and handle timeout exception properly ([@Jordi1990] - [#125263]) ([aquacell docs])
- Bump aiorussound to 3.0.4 ([@noahhusby] - [#125285]) ([russound_rio docs])
- Add follower to the PlayingMode enum ([@silamon] - [#125294]) ([linkplay docs])
- Don't allow templating min, max, step in config entry template number ([@emontnemery] - [#125342]) ([template docs])
- Fix for Hue sending effect None at turn_on command while no effect is active ([@marcelveldt] - [#125377]) ([hue docs])
- Lyric: fixed missed snake case conversions ([@dalinicus] - [#125382]) ([lyric docs])
- Bump pysmlight to 0.0.14 ([@tl-sl] - [#125387]) ([smlight docs])
- Bump pypck to 0.7.22 ([@alengwenus] - [#125389]) ([lcn docs])
- Increase coordinator update_interval for fyta ([@dontinelli] - [#125393]) ([fyta docs])
- Fix controlling AC temperature in airtouch5 ([@danzel] - [#125394]) ([airtouch5 docs])
- Bump sfrbox-api to 0.0.10 ([@AlexT59] - [#125405])
- Improve handling of old firmware versions ([@tl-sl] - [#125406]) ([smlight docs])
- Set min_power similar to max_power to support all inverters from apsystems ([@mawoka-myblock] - [#124247]) ([apsystems docs])
- Update frontend to 20240906.0 ([@piitaya] - [#125409]) ([frontend docs])
- Bump pyatv to 0.15.1 ([@postlund] - [#125412]) ([apple_tv docs])

[#123544]: https://github.com/home-assistant/core/pull/123544
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unused link and image reference definitions.

Several link and image reference definitions are unused throughout the document, which can lead to confusion and clutter. Removing these unused references will clean up the document and ensure that all links and references are necessary and functional.

Apply this diff to remove the unused references:

- [#123544]: https://github.com/home-assistant/core/pull/123544
- [#124069]: https://github.com/home-assistant/core/pull/124069
- [#124569]: https://github.com/home-assistant/core/pull/124569
- [#124880]: https://github.com/home-assistant/core/pull/124880
- [@balloob]: https://github.com/balloob
- [@edenhaus]: https://github.com/edenhaus
- [@frenck]: https://github.com/frenck
- [@joostlek]: https://github.com/joostlek
- [@tl-sl]: https://github.com/tl-sl
- [apsystems docs]: /integrations/apsystems/

Also applies to: 256-256, 258-258, 259-259, 282-282, 286-286, 288-288, 290-290, 298-298, 301-301

Tools
Markdownlint

255-255: Unused link or image reference definition: "#123544"
Link and image reference definitions should be needed

(MD053, link-image-reference-definitions)

[#124069]: https://github.com/home-assistant/core/pull/124069
[#124247]: https://github.com/home-assistant/core/pull/124247
[#124569]: https://github.com/home-assistant/core/pull/124569
[#124880]: https://github.com/home-assistant/core/pull/124880
[#125183]: https://github.com/home-assistant/core/pull/125183
[#125205]: https://github.com/home-assistant/core/pull/125205
[#125216]: https://github.com/home-assistant/core/pull/125216
[#125255]: https://github.com/home-assistant/core/pull/125255
[#125256]: https://github.com/home-assistant/core/pull/125256
[#125263]: https://github.com/home-assistant/core/pull/125263
[#125285]: https://github.com/home-assistant/core/pull/125285
[#125294]: https://github.com/home-assistant/core/pull/125294
[#125342]: https://github.com/home-assistant/core/pull/125342
[#125377]: https://github.com/home-assistant/core/pull/125377
[#125382]: https://github.com/home-assistant/core/pull/125382
[#125387]: https://github.com/home-assistant/core/pull/125387
[#125389]: https://github.com/home-assistant/core/pull/125389
[#125393]: https://github.com/home-assistant/core/pull/125393
[#125394]: https://github.com/home-assistant/core/pull/125394
[#125405]: https://github.com/home-assistant/core/pull/125405
[#125406]: https://github.com/home-assistant/core/pull/125406
[#125409]: https://github.com/home-assistant/core/pull/125409
[#125412]: https://github.com/home-assistant/core/pull/125412
[@AlexT59]: https://github.com/AlexT59
[@Jordi1990]: https://github.com/Jordi1990
[@alengwenus]: https://github.com/alengwenus
[@balloob]: https://github.com/balloob
[@dalinicus]: https://github.com/dalinicus
[@danzel]: https://github.com/danzel
[@dontinelli]: https://github.com/dontinelli
[@edenhaus]: https://github.com/edenhaus
[@emontnemery]: https://github.com/emontnemery
[@frenck]: https://github.com/frenck
[@gjohansson-ST]: https://github.com/gjohansson-ST
[@joostlek]: https://github.com/joostlek
[@marcelveldt]: https://github.com/marcelveldt
[@mawoka-myblock]: https://github.com/mawoka-myblock
[@noahhusby]: https://github.com/noahhusby
[@piitaya]: https://github.com/piitaya
[@postlund]: https://github.com/postlund
[@silamon]: https://github.com/silamon
[@thecode]: https://github.com/thecode
[@tl-sl]: https://github.com/tl-sl
[airtouch5 docs]: /integrations/airtouch5/
[apple_tv docs]: /integrations/apple_tv/
[apsystems docs]: /integrations/apsystems/
[aquacell docs]: /integrations/aquacell/
[bthome docs]: /integrations/bthome/
[envisalink docs]: /integrations/envisalink/
[frontend docs]: /integrations/frontend/
[fyta docs]: /integrations/fyta/
[hue docs]: /integrations/hue/
[lcn docs]: /integrations/lcn/
[linkplay docs]: /integrations/linkplay/
[lyric docs]: /integrations/lyric/
[russound_rio docs]: /integrations/russound_rio/
[smlight docs]: /integrations/smlight/
[template docs]: /integrations/template/
[yale_smart_alarm docs]: /integrations/yale_smart_alarm/
[yamaha docs]: /integrations/yamaha/


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unnecessary blank lines.

There are multiple consecutive blank lines at the end of the document. According to Markdownlint rule MD012, this should be reduced to a single blank line to maintain consistency and cleanliness in the document structure.

Apply this diff to fix the issue:

- 
- 
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Tools
Markdownlint

317-317: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)

## Need help? Join the community!

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