Merge pull request #3403 from esphome/bump-2023.11.3

2023.11.3
This commit is contained in:
Jesse Hills 2023-11-22 13:37:29 +13:00 committed by GitHub
commit 4f3c8e7df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 21 additions and 8 deletions

View File

@ -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.11.2
PROJECT_NUMBER = 2023.11.3
# 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

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2023.11.2
ESPHOME_REF = 2023.11.3
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify

View File

@ -1 +1 @@
2023.11.2
2023.11.3

View File

@ -82,6 +82,15 @@ Release 2023.11.2 - November 18
- Add 2MB option for partitions.csv generation and restore use of user-defined partitions :esphomepr:`5779` by :ghuser:`kbx81`
Release 2023.11.3 - November 22
-------------------------------
- include payload_open when a lock supports OPEN :esphomepr:`5809` by :ghuser:`ccutrer`
- dashboard: Fix online status when api is disabled :esphomepr:`5791` by :ghuser:`bdraco`
- fix: compile errors with fonts :esphomepr:`5808` by :ghuser:`cvandesande`
- Early return when there are no wifi scan results :esphomepr:`5797` by :ghuser:`jesserockz`
- Add some additional VA triggers, part 2 :esphomepr:`5811` by :ghuser:`kbx81`
Full list of changes
--------------------

View File

@ -60,6 +60,10 @@ Configuration:
- **on_tts_end** (*Optional*, :ref:`Automation <automation>`): An automation to perform
when the voice assistant has finished text-to-speech. A URL containing the audio response
is available to automations as the variable ``x``.
- **on_tts_stream_start** (*Optional*, :ref:`Automation <automation>`): An automation to perform when audio stream
(voice response) playback starts. Requires ``speaker`` to be configured.
- **on_tts_stream_end** (*Optional*, :ref:`Automation <automation>`): An automation to perform when audio stream
(voice response) playback ends. Requires ``speaker`` to be configured.
- **on_error** (*Optional*, :ref:`Automation <automation>`): An automation to perform
when the voice assistant has encountered an error. The error code and message are available to
automations as the variables ``code`` and ``message``.

View File

@ -69,7 +69,7 @@ author = "ESPHome"
# The short X.Y version.
version = "2023.11"
# The full version, including alpha/beta/rc tags.
release = "2023.11.2"
release = "2023.11.3"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -233,6 +233,7 @@ Contributors
- `Cameron Bulock (@cbulock) <https://github.com/cbulock>`__
- `Ciprian Constantinescu (@cciprian5) <https://github.com/cciprian5>`__
- `Carlos Cordero (@ccorderor) <https://github.com/ccorderor>`__
- `Cody Cutrer (@ccutrer) <https://github.com/ccutrer>`__
- `cdmonk (@cdmonk) <https://github.com/cdmonk>`__
- `ceaswaran (@ceaswaran) <https://github.com/ceaswaran>`__
- `Xavi (@Cebeerre) <https://github.com/Cebeerre>`__
@ -267,7 +268,6 @@ Contributors
- `Max (@coltoncat) <https://github.com/coltoncat>`__
- `Conclusio (@Conclusio) <https://github.com/Conclusio>`__
- `Conor Burns (@Conor-Burns) <https://github.com/Conor-Burns>`__
- `John Coggeshall (@coogle) <https://github.com/coogle>`__
- `Cooper Dale (@Cooper-Dale) <https://github.com/Cooper-Dale>`__
- `copercini (@copercini) <https://github.com/copercini>`__
- `Corban Mailloux (@corbanmailloux) <https://github.com/corbanmailloux>`__
@ -281,6 +281,7 @@ Contributors
- `cryptelli (@cryptelli) <https://github.com/cryptelli>`__
- `cstaahl (@cstaahl) <https://github.com/cstaahl>`__
- `Chris Talkington (@ctalkington) <https://github.com/ctalkington>`__
- `CVan (@cvandesande) <https://github.com/cvandesande>`__
- `cvwillegen (@cvwillegen) <https://github.com/cvwillegen>`__
- `Christoph Wempe (@CWempe) <https://github.com/CWempe>`__
- `Steven Webb (@cy1701) <https://github.com/cy1701>`__
@ -657,7 +658,6 @@ Contributors
- `JMoratelli (@JMoratelli) <https://github.com/JMoratelli>`__
- `Jonathas Barbosa (@jnthas) <https://github.com/jnthas>`__
- `Johboh (@Johboh) <https://github.com/Johboh>`__
- `John Britton (@johndbritton) <https://github.com/johndbritton>`__
- `John Moxley (@johnmoxley) <https://github.com/johnmoxley>`__
- `Dave Johnston (@johnsto) <https://github.com/johnsto>`__
- `joiboi (@joiboi) <https://github.com/joiboi>`__
@ -921,6 +921,7 @@ Contributors
- `Derrick Lyndon Pallas (@pallas) <https://github.com/pallas>`__
- `Panuruj Khambanonda (PK) (@panuruj) <https://github.com/panuruj>`__
- `Daniel Mahaney (@Papa-DMan) <https://github.com/Papa-DMan>`__
- `Christian Schmitt (@papillon81) <https://github.com/papillon81>`__
- `Faidon Liambotis (@paravoid) <https://github.com/paravoid>`__
- `Patrick Collins (@patrickcollins12) <https://github.com/patrickcollins12>`__
- `Paul Deen (@PaulAntonDeen) <https://github.com/PaulAntonDeen>`__
@ -1213,7 +1214,6 @@ Contributors
- `WallyCZ (@WallyCZ) <https://github.com/WallyCZ>`__
- `walzing (@walzing) <https://github.com/walzing>`__
- `warpzone (@warpzone) <https://github.com/warpzone>`__
- `John "Warthog9" Hawley (@warthog9) <https://github.com/warthog9>`__
- `Wauter (@Wauter) <https://github.com/Wauter>`__
- `WeekendWarrior1 (@WeekendWarrior1) <https://github.com/WeekendWarrior1>`__
- `Thomas Aldrian (@Weissnix4711) <https://github.com/Weissnix4711>`__
@ -1256,4 +1256,4 @@ Contributors
- `Zsolt Zsiros (@ZsZs73) <https://github.com/ZsZs73>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated November 18, 2023.*
*This page was last updated November 22, 2023.*