From d65ce68cb4cf7f0ac70a1ec1cb9dcde42dca6a07 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:43:00 +1300 Subject: [PATCH 1/4] Add wifi_timeout to esp32_improv (#3279) --- components/esp32_improv.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/esp32_improv.rst b/components/esp32_improv.rst index 9bf27b552..ed53f0959 100644 --- a/components/esp32_improv.rst +++ b/components/esp32_improv.rst @@ -30,6 +30,8 @@ Configuration variables: to be re-authorized. Defaults to ``1min``. - **status_indicator** (*Optional*, :ref:`config-id`): An :doc:`output ` to display feedback to the user. - **identify_duration** (*Optional*, :ref:`config-time`): The amount of time to identify for. Defaults to ``10s``. +- **wifi_timeout** (*Optional*, :ref:`config-time`): The amount of time to wait before starting the improv service after Wi-Fi + is no longer connected. Defaults to ``1min``. Status Indicator ---------------- From 223f3955fd192c633fb2f6758d284a90fa7251ff Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:30:15 +1300 Subject: [PATCH 2/4] Bump version to 2023.10.1 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 868101b1e..fc1a285a7 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 = 2023.10.0 +PROJECT_NUMBER = 2023.10.1 # 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 009e87828..173a48c7e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.10.0 +ESPHOME_REF = 2023.10.1 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index 3bae60812..ea516b56c 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.10.0 \ No newline at end of file +2023.10.1 \ No newline at end of file diff --git a/conf.py b/conf.py index d612d603c..7ce9ec2e6 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2023.10" # The full version, including alpha/beta/rc tags. -release = "2023.10.0" +release = "2023.10.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From e8a211221e3e49fcfeaa9956e9f145ff8c41daef Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:39:36 +1300 Subject: [PATCH 3/4] Update changelog for 2023.10.1 --- changelog/2023.10.0.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog/2023.10.0.rst b/changelog/2023.10.0.rst index dada26f06..cf441922c 100644 --- a/changelog/2023.10.0.rst +++ b/changelog/2023.10.0.rst @@ -34,6 +34,15 @@ A new ``xor`` condition has been added to the automation engine. This condition when a single condition in the list is true. +Release 2023.10.1 - October 19 +------------------------------ + +- Fix voice_assistant without a speaker :esphomepr:`5558` by :ghuser:`jesserockz` +- esp32_improv add timeout :esphomepr:`5556` by :ghuser:`jesserockz` +- Create IPv4 sockets if ipv6 is not enabled :esphomepr:`5565` by :ghuser:`jesserockz` +- Incorrect ESP32 Strapping PIN Defined :esphomepr:`5563` by :ghuser:`descipher` + + Breaking changes ---------------- From c8427c111361336419d5562512d6442549f7d580 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:40:06 +1300 Subject: [PATCH 4/4] Update supporters for 2023.10.1 --- guides/supporters.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 5f9d8f1e6..d2f09a18f 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -580,6 +580,7 @@ Contributors - `Dom (@Ing-Dom) `__ - `Ingo Becker (@ingobecker) `__ - `Ingurum (@Ingurum) `__ +- `Marc J (@InvncibiltyCloak) `__ - `IoT-devices LLC (@iotdevicesdev) `__ - `Ivo Roefs (@ironirc) `__ - `irtimaled (@irtimaled) `__ @@ -618,12 +619,10 @@ Contributors - `Jay Newstrom (@JayNewstrom) `__ - `Jeff (@jazzmonger) `__ - `Jonas Bergler (@jbergler) `__ -- `JbLb (@jblb) `__ - `James Callaghan (@jcallaghan) `__ - `Jc MiƱarro (@JcMinarro) `__ - `Josh Willox (@jcwillox) `__ - `JeeCee1 (@JeeCee1) `__ -- `Jeef (@jeeftor) `__ - `jeff-h (@jeff-h) `__ - `Jeffrey Borg (@jeffborg) `__ - `Jeff Eberl (@jeffeb3) `__ @@ -1250,4 +1249,4 @@ Contributors - `Zsolt Zsiros (@ZsZs73) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated October 18, 2023.* +*This page was last updated October 19, 2023.*