Merge pull request #3364 from esphome/bump-2023.11.0b4

2023.11.0b4
This commit is contained in:
Jesse Hills 2023-11-13 11:26:00 +13:00 committed by GitHub
commit ddc5d9ecba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 35 additions and 11 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.0b3
PROJECT_NUMBER = 2023.11.0b4
# 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.0b3
ESPHOME_REF = 2023.11.0b4
.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.0b3
2023.11.0b4

View File

@ -105,6 +105,12 @@ Beta Changes
- Bump aioesphomeapi to 18.2.7 :esphomepr:`5706` by :ghuser:`bdraco`
- Update Dockerfile to use piwheels for armv7 :esphomepr:`5709` by :ghuser:`bdraco`
- Bump zeroconf from 0.120.0 to 0.122.3 :esphomepr:`5715` by :ghuser:`dependabot[bot]`
- Add resistance_sampler interface for config validation :esphomepr:`5718` by :ghuser:`jesserockz` (new-integration)
- Fix zeroconf name resolution refactoring error :esphomepr:`5725` by :ghuser:`bdraco`
- Missed ifdefs :esphomepr:`5727` by :ghuser:`descipher`
- Bump aioesphomeapi from 18.2.7 to 18.4.0 :esphomepr:`5735` by :ghuser:`dependabot[bot]`
- Migrate to using aioesphomeapi for the log runner to fix multiple issues :esphomepr:`5733` by :ghuser:`bdraco`
- Bump zeroconf to 0.123.0 :esphomepr:`5736` by :ghuser:`bdraco`
All changes
^^^^^^^^^^^
@ -212,6 +218,12 @@ All changes
- Bump aioesphomeapi to 18.2.7 :esphomepr:`5706` by :ghuser:`bdraco`
- Update Dockerfile to use piwheels for armv7 :esphomepr:`5709` by :ghuser:`bdraco`
- Bump zeroconf from 0.120.0 to 0.122.3 :esphomepr:`5715` by :ghuser:`dependabot[bot]`
- Add resistance_sampler interface for config validation :esphomepr:`5718` by :ghuser:`jesserockz` (new-integration)
- Fix zeroconf name resolution refactoring error :esphomepr:`5725` by :ghuser:`bdraco`
- Missed ifdefs :esphomepr:`5727` by :ghuser:`descipher`
- Bump aioesphomeapi from 18.2.7 to 18.4.0 :esphomepr:`5735` by :ghuser:`dependabot[bot]`
- Migrate to using aioesphomeapi for the log runner to fix multiple issues :esphomepr:`5733` by :ghuser:`bdraco`
- Bump zeroconf to 0.123.0 :esphomepr:`5736` by :ghuser:`bdraco`
Past Changelogs
---------------

View File

@ -46,8 +46,6 @@ Configuration variables:
- **update_interval** (*Optional*, :ref:`config-time`): The interval to re-draw the screen. Defaults to ``1s``.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
.. _display-tm1637_lambda:
Binary Sensor
-------------
@ -79,6 +77,8 @@ Configuration variables:
0 to 15.
- All other options from :ref:`Binary Sensor <config-binary_sensor>`.
.. _display-tm1637_lambda:
Rendering Lambda
----------------

View File

@ -22,7 +22,7 @@ using :ref:`lambdas <config-lambda>`.
Configuration variables:
------------------------
- **min_lenngth** (**Required**, float): The minimum length this text can be.
- **min_length** (**Required**, float): The minimum length this text can be.
- **max_length** (**Required**, float): The maximum length this text can be.
- **lambda** (*Optional*, :ref:`lambda <config-lambda>`):
Lambda to be evaluated every update interval to get the current value of the text.

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

View File

@ -614,7 +614,7 @@ loader. These are:
create the necessary C++ source code.
- ``DEPENDENCIES``: Mark the component to depend on other components. If the user hasn't explicitly
added these components in their configuration, a validation error will be generated.
- ``AUTO_LOAD``: Automatically load an integration if the user hasn't added it manually.
- ``AUTO_LOAD``: Automatically load a component if the user hasn't added it manually.
- ``MULTI_CONF``: Mark this component to accept an array of configurations. If this is an
integer instead of a boolean, validation will only permit the given number of entries.
- ``CONFLICTS_WITH``: Mark a list of components as conflicting with this integration. If the user

View File

@ -1253,4 +1253,4 @@ Contributors
- `Zsolt Zsiros (@ZsZs73) <https://github.com/ZsZs73>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated November 9, 2023.*
*This page was last updated November 13, 2023.*

View File

@ -229,9 +229,15 @@
<div class="hidden info esp32-s3-box-3">
<h3>ESP32-S3-BOX-3</h3>
<p>The open-source reference design for voice assistants by Espressif.</p>
<p>Buy</p>
<p>
The open-source reference design for voice assistants by Espressif. The
non-3 and lite variant are older versions that are no longer for sale.
</p>
<p>Buy ESP32-S3-BOX-3</p>
<ul>
<li>
<a href="https://amzn.to/3u9HIUW">Amazon</a>
</li>
<li>
<a
href="https://www.aliexpress.us/item/3256805733893224.html?gatewayAdapt=glo2usa4itemAdapt"
@ -246,6 +252,9 @@
<p>Tiny ESP32 board with a built-in speaker.</p>
<p>Buy</p>
<ul>
<li>
<a href="https://amzn.to/47wcAx2">Amazon</a>
</li>
<li>
<a
href="https://shop.m5stack.com/collections/m5-controllers/products/atom-echo-smart-speaker-dev-kit?ref=NabuCasa"
@ -676,6 +685,9 @@
<p>Tiny ESP32 board with a built-in speaker.</p>
<p>Buy</p>
<ul>
<li>
<a href="https://amzn.to/47wcAx2">Amazon</a>
</li>
<li>
<a
href="https://shop.m5stack.com/collections/m5-controllers/products/atom-echo-smart-speaker-dev-kit?ref=NabuCasa"