diff --git a/Doxygen b/Doxygen index 8fad894c5..8e716f86f 100644 --- a/Doxygen +++ b/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.12.0b1 +PROJECT_NUMBER = 2023.12.0b2 # 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 diff --git a/Makefile b/Makefile index cf45503fb..09c94daa4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.12.0b1 +ESPHOME_REF = 2023.12.0b2 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index cda3b6a99..e8e8f0a79 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.12.0b1 \ No newline at end of file +2023.12.0b2 \ No newline at end of file diff --git a/changelog/2023.12.0.rst b/changelog/2023.12.0.rst index 8adb1e083..b6ebe2b95 100644 --- a/changelog/2023.12.0.rst +++ b/changelog/2023.12.0.rst @@ -47,6 +47,15 @@ Breaking Changes - Nextion colors parameters :esphomepr:`5699` by :ghuser:`edwardtfn` (breaking-change) - Checks for pins used in multiple places :esphomepr:`5666` by :ghuser:`clydebarrow` (breaking-change) +Beta Changes +^^^^^^^^^^^^ + +- Allow use of CDC/JTAG loggers on esp32 variants with Arduino :esphomepr:`4658` by :ghuser:`jesserockz` +- [Logger] ESP32 S3 serial logger :esphomepr:`4853` by :ghuser:`Fabian-Schmidt` +- Support toggle action for template cover :esphomepr:`5917` by :ghuser:`jochenvg` +- Fix SplitDefault with variants :esphomepr:`5928` by :ghuser:`jesserockz` +- Update ENS160 TVOC device_class and AQI units to match required by HA :esphomepr:`5939` by :ghuser:`mrtoy-me` + All changes ^^^^^^^^^^^ @@ -171,6 +180,11 @@ All changes - Exposes `load_settings` to `UARTComponent` class :esphomepr:`5920` by :ghuser:`edwardtfn` - Add support for PN7160 :esphomepr:`5486` by :ghuser:`kbx81` (new-integration) - Add support for PN7150 :esphomepr:`5487` by :ghuser:`kbx81` (new-integration) +- Allow use of CDC/JTAG loggers on esp32 variants with Arduino :esphomepr:`4658` by :ghuser:`jesserockz` +- [Logger] ESP32 S3 serial logger :esphomepr:`4853` by :ghuser:`Fabian-Schmidt` +- Support toggle action for template cover :esphomepr:`5917` by :ghuser:`jochenvg` +- Fix SplitDefault with variants :esphomepr:`5928` by :ghuser:`jesserockz` +- Update ENS160 TVOC device_class and AQI units to match required by HA :esphomepr:`5939` by :ghuser:`mrtoy-me` Past Changelogs --------------- diff --git a/components/cover/template.rst b/components/cover/template.rst index e93b54c61..8b6a5f430 100644 --- a/components/cover/template.rst +++ b/components/cover/template.rst @@ -52,6 +52,8 @@ Configuration variables: be performed when the remote requests the cover to be closed. - **stop_action** (*Optional*, :ref:`Action `): The action that should be performed when the remote requests the cover to be stopped. +- **toggle_action** (*Optional*, :ref:`Action `): The action that should + be performed when the remote requests to toggle the the cover. - **optimistic** (*Optional*, boolean): Whether to operate in optimistic mode - when in this mode, any command sent to the template cover will immediately update the reported state and no lambda needs to be used. Defaults to ``false``. diff --git a/conf.py b/conf.py index ee27937f3..7421506a5 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2023.12" # The full version, including alpha/beta/rc tags. -release = "2023.12.0b1" +release = "2023.12.0b2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/guides/supporters.rst b/guides/supporters.rst index b66c22668..14102dbc4 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -423,6 +423,7 @@ Contributors - `Elkropac (@Elkropac) `__ - `Elliot Wood (@elliot-wood) `__ - `Eduard Llull (@ellull) `__ +- `Andrew Elwell (@Elwell) `__ - `EmbeddedDevver (@EmbeddedDevver) `__ - `EmmanuelLM (@EmmanuelLM) `__ - `Emory Dunn (@emorydunn) `__ @@ -1287,4 +1288,4 @@ Contributors - `Zsolt Zsiros (@ZsZs73) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated December 14, 2023.* +*This page was last updated December 15, 2023.*