Skip to content

Commit

Permalink
Merge pull request esphome#4292 from esphome/bump-2024.9.2
Browse files Browse the repository at this point in the history
2024.9.2
  • Loading branch information
jesserockz authored Oct 1, 2024
2 parents a170d34 + 07ac8e9 commit ceb211d
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
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.*

0 comments on commit ceb211d

Please sign in to comment.