Skip to content

Commit

Permalink
Merge pull request #3385 from esphome/bump-2023.11.1
Browse files Browse the repository at this point in the history
2023.11.1
  • Loading branch information
jesserockz authored Nov 16, 2023
2 parents a2d09ad + a6208db commit b4ff4f4
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
PROJECT_NUMBER = 2023.11.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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2023.11.0
ESPHOME_REF = 2023.11.1

.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify

Expand Down
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.11.0
2023.11.1
7 changes: 7 additions & 0 deletions changelog/2023.11.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ pre-populates when you connect the device.
area: Living Room
Release 2023.11.1 - November 16
-------------------------------

- Add more VA triggers :esphomepr:`5762` by :ghuser:`kbx81`
- Fix MY9231 flicker :esphomepr:`5765` by :ghuser:`Mat931`


Full list of changes
--------------------

Expand Down
6 changes: 6 additions & 0 deletions components/voice_assistant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Configuration:
- **media_player** (*Optional*, :ref:`config-id`): The :doc:`media_player </components/media_player/index>` to use
to output the response. Cannot be used with ``speaker`` above.
- **use_wake_word** (*Optional*, boolean): Enable wake word on the assist pipeline. Defaults to ``false``.
- **on_intent_start** (*Optional*, :ref:`Automation <automation>`): An automation to perform when intent processing starts.
- **on_intent_end** (*Optional*, :ref:`Automation <automation>`): An automation to perform when intent processing ends.
- **on_listening** (*Optional*, :ref:`Automation <automation>`): An automation to
perform when the voice assistant microphone starts listening.
- **on_start** (*Optional*, :ref:`Automation <automation>`): An automation to
Expand All @@ -48,6 +50,10 @@ Configuration:
- **on_stt_end** (*Optional*, :ref:`Automation <automation>`): An automation to perform
when the voice assistant has finished speech-to-text. The resulting text is
available to automations as the variable ``x``.
- **on_stt_vad_start** (*Optional*, :ref:`Automation <automation>`): An automation to perform when voice activity
detection starts speech-to-text processing.
- **on_stt_vad_end** (*Optional*, :ref:`Automation <automation>`): An automation to perform when voice activity
detection ends speech-to-text processing.
- **on_tts_start** (*Optional*, :ref:`Automation <automation>`): An automation to perform
when the voice assistant has started text-to-speech. The text to be spoken is
available to automations as the variable ``x``.
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# The short X.Y version.
version = "2023.11"
# The full version, including alpha/beta/rc tags.
release = "2023.11.0"
release = "2023.11.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
46 changes: 24 additions & 22 deletions guides/supporters.rst

Large diffs are not rendered by default.

0 comments on commit b4ff4f4

Please sign in to comment.