Merge pull request #3136 from esphome/bump-2023.8.1

2023.8.1
This commit is contained in:
Jesse Hills 2023-08-18 09:09:24 +12:00 committed by GitHub
commit 79f2d95204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 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.8.0
PROJECT_NUMBER = 2023.8.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

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2023.8.0
ESPHOME_REF = 2023.8.1
.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.0
2023.8.1

View File

@ -23,6 +23,12 @@ It now supports settings most if not all configuration parameters via ``switches
and exposes more data via various ``sensors``.
This includes breaking changes that mean the existing gate configuration options have been moved to the ``number`` platform.
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)
Full list of changes
--------------------

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

View File

@ -602,7 +602,6 @@ Contributors
- `Jeff (@jazzmonger) <https://github.com/jazzmonger>`__
- `Jonas Bergler (@jbergler) <https://github.com/jbergler>`__
- `JbLb (@jblb) <https://github.com/jblb>`__
- `Jonathan Burns (@jburns20) <https://github.com/jburns20>`__
- `James Callaghan (@jcallaghan) <https://github.com/jcallaghan>`__
- `Jc Miñarro (@JcMinarro) <https://github.com/JcMinarro>`__
- `Josh Willox (@jcwillox) <https://github.com/jcwillox>`__
@ -627,7 +626,6 @@ Contributors
- `jimtng (@jimtng) <https://github.com/jimtng>`__
- `jivesinger (@jivesinger) <https://github.com/jivesinger>`__
- `Jérémy JOURDIN (@JJK801) <https://github.com/JJK801>`__
- `Jonathan Jefferies (@jjok) <https://github.com/jjok>`__
- `John K. Luebs (@jkl1337) <https://github.com/jkl1337>`__
- `Jeppe Ladefoged (@jladefoged) <https://github.com/jladefoged>`__
- `Jean-Luc Béchennec (@jlbirccyn) <https://github.com/jlbirccyn>`__
@ -1233,4 +1231,4 @@ Contributors
- `Zsolt Zsiros (@ZsZs73) <https://github.com/ZsZs73>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated August 17, 2023.*
*This page was last updated August 18, 2023.*