mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-24 17:08:15 +01:00
commit
4f3c8e7df5
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.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
|
||||
|
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2023.11.2
|
||||
2023.11.3
|
@ -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
|
||||
--------------------
|
||||
|
||||
|
@ -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``.
|
||||
|
2
conf.py
2
conf.py
@ -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.
|
||||
|
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user