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.2 #4292

Merged
merged 4 commits into from
Oct 1, 2024
Merged
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
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2024.9.1
PROJECT_NUMBER = 2024.9.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2024.9.1
ESPHOME_REF = 2024.9.2
PAGEFIND_VERSION=1.1.0
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind
Expand Down
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.9.1
2024.9.2
9 changes: 9 additions & 0 deletions changelog/2024.9.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ Release 2024.9.1 - September 23
- Copy active wake words to message :esphomepr:`7481` by :ghuser:`synesthesiam`


Release 2024.9.2 - October 1
----------------------------

- fix bl0906 reset energy action :esphomepr:`7488` by :ghuser:`ssieb`
- [config_validation] Fix bug with extras on schemas :esphomepr:`7497` by :ghuser:`jesserockz`
- Prevent rp2040 randomly breaking the build :esphomepr:`7507` by :ghuser:`nkinnan`
- [rp2040] Always use maxgerhardt platform fork :esphomepr:`7514` by :ghuser:`jesserockz`


Full list of changes
--------------------

Expand Down
7 changes: 5 additions & 2 deletions components/rp2040.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This component contains platform-specific options for the RP2040 platform.
.. note::

Support for all aspects of ESPHome on the RP2040 is still in development.

Only the original model of Raspberry Pi Pico W board is supported, which has the Cypress **CYW43455** chip providing wireless connectivity. It can be identified by a metallic shield encapsulating the radio circuitry. Pico W boards with radio module chips like ESP8285 or similar (labelled as ``RP2040 Pico W-2023`` etc.), are not supported.

Please search for or create an `issue <https://github.com/esphome/issues/issues/new?assignees=&labels=&template=bug_report.yml>`__ if you encounter an unknown problem.
Expand All @@ -23,7 +23,10 @@ This component contains platform-specific options for the RP2040 platform.

.. note::

For now, you need the following added to the config or you will get compile errors and board not found:
As of ESPHome 2024.9.2, the below ``platform_version`` is no longer required as ESPHome internally.
Using the ``platform_version`` as is below is also known to cause compilation issues due to version mismatching.

It is recommended to remove the ``platform_version`` from the configuration.

.. code-block:: yaml

Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# The short X.Y version.
version = "2024.9"
# The full version, including alpha/beta/rc tags.
release = "2024.9.1"
release = "2024.9.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 4 additions & 1 deletion guides/supporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ Contributors
- `d-two (@d-two) <https://github.com/d-two>`__
- `d3wy (@d3wy) <https://github.com/d3wy>`__
- `dab0g (@dab0g) <https://github.com/dab0g>`__
- `DanielV (@dala318) <https://github.com/dala318>`__
- `Dale Higgs (@dale3h) <https://github.com/dale3h>`__
- `damanti-me (@damanti-me) <https://github.com/damanti-me>`__
- `Justin Grover (@dancingcactus) <https://github.com/dancingcactus>`__
Expand Down Expand Up @@ -1255,6 +1256,7 @@ Contributors
- `Chris Laplante (@mostthingsweb) <https://github.com/mostthingsweb>`__
- `Matthew Pettitt (@mpettitt) <https://github.com/mpettitt>`__
- `Michael P. Flaga (@mpflaga) <https://github.com/mpflaga>`__
- `Darren Griffin (@mrdarrengriffin) <https://github.com/mrdarrengriffin>`__
- `Björn Ebbinghaus (@MrEbbinghaus) <https://github.com/MrEbbinghaus>`__
- `Sam Hughes (@MrEditor97) <https://github.com/MrEditor97>`__
- `MrEditor97 (@mreditor97) <https://github.com/mreditor97>`__
Expand Down Expand Up @@ -1879,6 +1881,7 @@ Contributors
- `Veli Veromann (@velijv) <https://github.com/velijv>`__
- `André Lademann (@vergissberlin) <https://github.com/vergissberlin>`__
- `Víctor Ferrer García (@vicfergar) <https://github.com/vicfergar>`__
- `victorclaessen (@victorclaessen) <https://github.com/victorclaessen>`__
- `Austin (@vidplace7) <https://github.com/vidplace7>`__
- `Vincèn (@vincegre) <https://github.com/vincegre>`__
- `Virage Laboratories (@viragelabs) <https://github.com/viragelabs>`__
Expand Down Expand Up @@ -1983,4 +1986,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__

*This page was last updated September 23, 2024.*
*This page was last updated October 1, 2024.*