From 6ab7e2750a69dd47eb5b32c6b0e2d4c349afd13d Mon Sep 17 00:00:00 2001
From: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Date: Tue, 1 Oct 2024 14:57:29 +1300
Subject: [PATCH 1/4] [rp2040] Update note on platform version (#4291)

---
 components/rp2040.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/components/rp2040.rst b/components/rp2040.rst
index 4b1b36082..a6bb641b6 100644
--- a/components/rp2040.rst
+++ b/components/rp2040.rst
@@ -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.
@@ -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
 

From 5f3d6d46e16fcb563ecb831e95a8c91d60c15698 Mon Sep 17 00:00:00 2001
From: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Date: Tue, 1 Oct 2024 15:42:56 +1300
Subject: [PATCH 2/4] Bump version to 2024.9.2

---
 Doxygen         | 2 +-
 Makefile        | 2 +-
 _static/version | 2 +-
 conf.py         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Doxygen b/Doxygen
index 4b3e1c436..4a71e7183 100644
--- a/Doxygen
+++ b/Doxygen
@@ -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
diff --git a/Makefile b/Makefile
index 2bacad9d9..840643544 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/_static/version b/_static/version
index 5342915bb..c3099637c 100644
--- a/_static/version
+++ b/_static/version
@@ -1 +1 @@
-2024.9.1
\ No newline at end of file
+2024.9.2
\ No newline at end of file
diff --git a/conf.py b/conf.py
index a72b72722..2b343ebbf 100644
--- a/conf.py
+++ b/conf.py
@@ -69,7 +69,7 @@ author = "ESPHome"
 # 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.

From 5b9af46ed5ccfd11f140b25374d0f9bb9a2a7ffa Mon Sep 17 00:00:00 2001
From: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Date: Tue, 1 Oct 2024 15:43:35 +1300
Subject: [PATCH 3/4] Update changelog for 2024.9.2

---
 changelog/2024.9.0.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/changelog/2024.9.0.rst b/changelog/2024.9.0.rst
index 6cc23adfa..816918913 100644
--- a/changelog/2024.9.0.rst
+++ b/changelog/2024.9.0.rst
@@ -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
 --------------------
 

From 07ac8e9f2ea4fbe43c37db58d50c52304817e56b Mon Sep 17 00:00:00 2001
From: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Date: Tue, 1 Oct 2024 15:44:21 +1300
Subject: [PATCH 4/4] Update supporters for 2024.9.2

---
 guides/supporters.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/guides/supporters.rst b/guides/supporters.rst
index 1618aef41..54642c4ae 100644
--- a/guides/supporters.rst
+++ b/guides/supporters.rst
@@ -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>`__
@@ -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>`__
@@ -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>`__
@@ -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.*