Merge pull request #3145 from esphome/bump-2023.8.2

2023.8.2
This commit is contained in:
Jesse Hills 2023-08-21 13:31:50 +12:00 committed by GitHub
commit 3cea6bc83d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 22 additions and 20 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.8.1
PROJECT_NUMBER = 2023.8.2
# 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.8.1
ESPHOME_REF = 2023.8.2
.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.8.1
2023.8.2

View File

@ -29,6 +29,15 @@ Release 2023.8.1 - August 18
- Fix checksum calculation for sml :esphomepr:`5271` by :ghuser:`Mat931`
- Change haier from AUTO to HEAT_COOL :esphomepr:`5267` by :ghuser:`jesserockz` (breaking-change)
Release 2023.8.2 - August 21
----------------------------
- Move libcairo to all architectures in docker :esphomepr:`5276` by :ghuser:`jesserockz`
- Resolve offline ESPs in dashboard when using ESPHOME_DASHBOARD_USE_PING=true :esphomepr:`5281` by :ghuser:`mwolter805`
- Align SPI data rates in C++ code with Python :esphomepr:`5284` by :ghuser:`clydebarrow`
- Change htu21d sensors from required to optional :esphomepr:`5285` by :ghuser:`jesserockz`
- Reserve keyword "clock" :esphomepr:`5279` by :ghuser:`clydebarrow`
Full list of changes
--------------------

View File

@ -31,25 +31,18 @@ Example sensors:
sensor:
- platform: htu21d
temperature:
name: "Living Room Temperature"
name: "Temperature"
humidity:
name: "Living Room Humidity"
update_interval: 60s
name: "Humidity"
Configuration variables:
------------------------
- **temperature** (**Required**): The information for the temperature sensor.
- **temperature** (*Optional*): The information for the temperature sensor.
All options from :ref:`Sensor <config-sensor>`.
- **name** (**Required**, string): The name for the temperature sensor.
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas.
- All other options from :ref:`Sensor <config-sensor>`.
- **humidity** (**Required**): The information for the humidity sensor.
- **name** (**Required**, string): The name for the humidity sensor.
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas.
- All other options from :ref:`Sensor <config-sensor>`.
- **humidity** (*Optional*): The information for the humidity sensor.
All options from :ref:`Sensor <config-sensor>`.
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``.

View File

@ -69,7 +69,7 @@ author = "ESPHome"
# The short X.Y version.
version = "2023.8"
# The full version, including alpha/beta/rc tags.
release = "2023.8.1"
release = "2023.8.2"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -197,7 +197,6 @@ Contributors
- `brtchip-tuannguyen (@brtchip-tuannguyen) <https://github.com/brtchip-tuannguyen>`__
- `buddydvd (@buddydvd) <https://github.com/buddydvd>`__
- `Matt Burke (@burkemw3) <https://github.com/burkemw3>`__
- `Jon Little (@burundiocibu) <https://github.com/burundiocibu>`__
- `buxtronix (@buxtronix) <https://github.com/buxtronix>`__
- `bvansambeek (@bvansambeek) <https://github.com/bvansambeek>`__
- `c0ffeeca7 (@c0ffeeca7) <https://github.com/c0ffeeca7>`__
@ -644,6 +643,7 @@ Contributors
- `Dave Johnston (@johnsto) <https://github.com/johnsto>`__
- `joiboi (@joiboi) <https://github.com/joiboi>`__
- `JonasEr (@JonasEr) <https://github.com/JonasEr>`__
- `Jonas Niesner (@jonasniesner) <https://github.com/jonasniesner>`__
- `Jonathan Adams (@jonathanadams) <https://github.com/jonathanadams>`__
- `JonnyaiR (@jonnyair) <https://github.com/jonnyair>`__
- `Jonathan V (@jonofmac) <https://github.com/jonofmac>`__
@ -785,7 +785,6 @@ Contributors
- `Christopher Masto (@masto) <https://github.com/masto>`__
- `Mat931 (@Mat931) <https://github.com/Mat931>`__
- `Maciej Sokołowski (@matemaciek) <https://github.com/matemaciek>`__
- `Mateus Demboski (@mateusdemboski) <https://github.com/mateusdemboski>`__
- `matikij (@matikij) <https://github.com/matikij>`__
- `Michel Marti (@matoxp) <https://github.com/matoxp>`__
- `matt123p (@matt123p) <https://github.com/matt123p>`__
@ -980,6 +979,7 @@ Contributors
- `Russell Cloran (@rcloran) <https://github.com/rcloran>`__
- `Rebbe Pod (@RebbePod) <https://github.com/RebbePod>`__
- `reddn (@reddn) <https://github.com/reddn>`__
- `redlukas (@redlukas) <https://github.com/redlukas>`__
- `Alex (@redwngsrul) <https://github.com/redwngsrul>`__
- `Refferic (@Refferic) <https://github.com/Refferic>`__
- `Regev Brody (@regevbr) <https://github.com/regevbr>`__
@ -1231,4 +1231,4 @@ Contributors
- `Zsolt Zsiros (@ZsZs73) <https://github.com/ZsZs73>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated August 18, 2023.*
*This page was last updated August 21, 2023.*