Merge pull request #3415 from esphome/bump-2023.11.5

2023.11.5
This commit is contained in:
Jesse Hills 2023-11-28 11:54:51 +13:00 committed by GitHub
commit e2054a6328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 19 additions and 7 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.4
PROJECT_NUMBER = 2023.11.5
# 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.4
ESPHOME_REF = 2023.11.5
.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.4
2023.11.5

View File

@ -98,6 +98,14 @@ Release 2023.11.4 - November 24
- Allow images to be downloaded from URLs :esphomepr:`5214` by :ghuser:`landonr`
Release 2023.11.5 - November 28
-------------------------------
- Voice Assistant improvements :esphomepr:`5827` by :ghuser:`jesserockz`
- Fix missing include in remote_base :esphomepr:`5843` by :ghuser:`jesserockz`
- Add 'voice_assistant.connected' condition :esphomepr:`5845` by :ghuser:`jesserockz`
Full list of changes
--------------------

View File

@ -14,7 +14,7 @@ ESPHome devices with a microphone are able to stream the audio to Home Assistant
.. warning::
Audio and voice components consume a significant amount of resources (RAM, CPU) on the device.
**Crashes are likely to occur** if you include too many additional components in your device's
configuration. In particular, Bluetooth/BLE components are known to cause issues when used in
combination with Voice Assistant and/or other audio components.
@ -119,6 +119,7 @@ Voice Assistant Conditions
The following conditions are available for use in automations:
- ``voice_assistant.is_running`` - Returns true if the voice assistant is currently running.
- ``voice_assistant.connected`` - Returns true if the voice assistant is currently connected to Home Assistant.
Wake word detection
-------------------

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.4"
release = "2023.11.5"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -74,6 +74,7 @@ Contributors
- `Alex Mekkering (@AlexMekkering) <https://github.com/AlexMekkering>`__
- `Alex (@alexyao2015) <https://github.com/alexyao2015>`__
- `Alfredo (@alfredopironti) <https://github.com/alfredopironti>`__
- `Alibloke (@Alibloke) <https://github.com/Alibloke>`__
- `Alessandro Ranellucci (@alranel) <https://github.com/alranel>`__
- `Maxime Gauduin (@alucryd) <https://github.com/alucryd>`__
- `Andreas Mandel (@amandel) <https://github.com/amandel>`__
@ -255,6 +256,7 @@ Contributors
- `John (@CircuitSetup) <https://github.com/CircuitSetup>`__
- `Colby Rome (@cisasteelersfan) <https://github.com/cisasteelersfan>`__
- `Chris Debenham (@cjd) <https://github.com/cjd>`__
- `Yanik G (@clonyara) <https://github.com/clonyara>`__
- `Chester (@clowrey) <https://github.com/clowrey>`__
- `Clyde Stubbs (@clydebarrow) <https://github.com/clydebarrow>`__
- `Colin McCambridge (@cmccambridge) <https://github.com/cmccambridge>`__
@ -272,6 +274,7 @@ Contributors
- `Cooper Dale (@Cooper-Dale) <https://github.com/Cooper-Dale>`__
- `copercini (@copercini) <https://github.com/copercini>`__
- `Corban Mailloux (@corbanmailloux) <https://github.com/corbanmailloux>`__
- `Bertrand Roussel (@CoRfr) <https://github.com/CoRfr>`__
- `Dmitry Berezovsky (@corvis) <https://github.com/corvis>`__
- `Cossid (@Cossid) <https://github.com/Cossid>`__
- `Cougar (@Cougar) <https://github.com/Cougar>`__
@ -642,7 +645,6 @@ Contributors
- `Jeremy Willans (@jeremywillans) <https://github.com/jeremywillans>`__
- `jerome992 (@jerome992) <https://github.com/jerome992>`__
- `Jesse Hills (@jesserockz) <https://github.com/jesserockz>`__
- `Joel Goguen (@jgoguen) <https://github.com/jgoguen>`__
- `Yuval Brik (@jhamhader) <https://github.com/jhamhader>`__
- `Joe (@jhansche) <https://github.com/jhansche>`__
- `Jim Bauwens (@jimbauwens) <https://github.com/jimbauwens>`__
@ -1143,6 +1145,7 @@ Contributors
- `Steve Scott (@thewishy) <https://github.com/thewishy>`__
- `Florian Gareis (@TheZoker) <https://github.com/TheZoker>`__
- `Thibault Maekelbergh (@thibmaek) <https://github.com/thibmaek>`__
- `Thies Gerken (@thiesgerken) <https://github.com/thiesgerken>`__
- `Matt (@ThisIsTheOnlyUsernameAvailable) <https://github.com/ThisIsTheOnlyUsernameAvailable>`__
- `Mücahid Kamber (@thlstfs) <https://github.com/thlstfs>`__
- `Thomas Heiser (@thomasheiser85) <https://github.com/thomasheiser85>`__
@ -1257,4 +1260,4 @@ Contributors
- `Zsolt Zsiros (@ZsZs73) <https://github.com/ZsZs73>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated November 24, 2023.*
*This page was last updated November 28, 2023.*