mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-19 14:49:42 +01:00
commit
0f80507dd4
2
Doxygen
2
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
|
||||
|
2
Makefile
2
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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2023.10.0
|
||||
2023.10.1
|
@ -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
|
||||
----------------
|
||||
|
||||
|
@ -30,6 +30,8 @@ Configuration variables:
|
||||
to be re-authorized. Defaults to ``1min``.
|
||||
- **status_indicator** (*Optional*, :ref:`config-id`): An :doc:`output <output/index>` 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
|
||||
----------------
|
||||
|
2
conf.py
2
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.
|
||||
|
@ -580,6 +580,7 @@ Contributors
|
||||
- `Dom (@Ing-Dom) <https://github.com/Ing-Dom>`__
|
||||
- `Ingo Becker (@ingobecker) <https://github.com/ingobecker>`__
|
||||
- `Ingurum (@Ingurum) <https://github.com/Ingurum>`__
|
||||
- `Marc J (@InvncibiltyCloak) <https://github.com/InvncibiltyCloak>`__
|
||||
- `IoT-devices LLC (@iotdevicesdev) <https://github.com/iotdevicesdev>`__
|
||||
- `Ivo Roefs (@ironirc) <https://github.com/ironirc>`__
|
||||
- `irtimaled (@irtimaled) <https://github.com/irtimaled>`__
|
||||
@ -618,12 +619,10 @@ Contributors
|
||||
- `Jay Newstrom (@JayNewstrom) <https://github.com/JayNewstrom>`__
|
||||
- `Jeff (@jazzmonger) <https://github.com/jazzmonger>`__
|
||||
- `Jonas Bergler (@jbergler) <https://github.com/jbergler>`__
|
||||
- `JbLb (@jblb) <https://github.com/jblb>`__
|
||||
- `James Callaghan (@jcallaghan) <https://github.com/jcallaghan>`__
|
||||
- `Jc Miñarro (@JcMinarro) <https://github.com/JcMinarro>`__
|
||||
- `Josh Willox (@jcwillox) <https://github.com/jcwillox>`__
|
||||
- `JeeCee1 (@JeeCee1) <https://github.com/JeeCee1>`__
|
||||
- `Jeef (@jeeftor) <https://github.com/jeeftor>`__
|
||||
- `jeff-h (@jeff-h) <https://github.com/jeff-h>`__
|
||||
- `Jeffrey Borg (@jeffborg) <https://github.com/jeffborg>`__
|
||||
- `Jeff Eberl (@jeffeb3) <https://github.com/jeffeb3>`__
|
||||
@ -1250,4 +1249,4 @@ Contributors
|
||||
- `Zsolt Zsiros (@ZsZs73) <https://github.com/ZsZs73>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated October 18, 2023.*
|
||||
*This page was last updated October 19, 2023.*
|
||||
|
Loading…
Reference in New Issue
Block a user