From a5aa92453eacdaf0a45d256bef458a862b9fed79 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 20 Sep 2021 14:16:58 +1200 Subject: [PATCH 1/4] Bump version to 2021.9.1 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index a61d3f11b..22e3d69ad 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 = 2021.9.0 +PROJECT_NUMBER = 2021.9.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 diff --git a/Makefile b/Makefile index a0d4508e9..c9d82a149 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2021.9.0 +ESPHOME_REF = 2021.9.1 .PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png diff --git a/_static/version b/_static/version index 085473d65..fe2da35aa 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2021.9.0 \ No newline at end of file +2021.9.1 \ No newline at end of file diff --git a/conf.py b/conf.py index 2fdbda59d..06dd9df64 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "Otto Winter" # The short X.Y version. version = "2021.9" # The full version, including alpha/beta/rc tags. -release = "2021.9.0" +release = "2021.9.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 17ab92a21363fdc5614c4f7d5c434bc691f5c134 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 20 Sep 2021 14:17:43 +1200 Subject: [PATCH 2/4] Update changelog for 2021.9.1 --- changelog/2021.9.0.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog/2021.9.0.rst b/changelog/2021.9.0.rst index 8ec36ed26..271bb22cb 100644 --- a/changelog/2021.9.0.rst +++ b/changelog/2021.9.0.rst @@ -56,6 +56,14 @@ The template selects, numbers and switches now have more validations on them pre If you do not set a ``lambda`` then you are required to make them either ``optimistic: true``, or utilise the ``set_action`` (select/number) / ``turn_on_trigger`` (switch). +Release 2021.9.1 - September 20 +------------------------------- + +- Fix MQTT discovery for sensor state_class :esphomepr:`2331` by :ghuser:`paulmonigatti` +- Light transition fixes :esphomepr:`2320` by :ghuser:`oxan` +- Cease using deprecated Cover methods in automations :esphomepr:`2326` by :ghuser:`oxan` +- Apply color brightness to addressable light effects :esphomepr:`2321` by :ghuser:`oxan` +- Add readv and writev for more efficient API packets :esphomepr:`2342` by :ghuser:`OttoWinter` Full list of changes -------------------- From a0de22fbbc9e4544bdca3e61dbc5bdfc1de9beb3 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 20 Sep 2021 14:18:00 +1200 Subject: [PATCH 3/4] Update supporters for 2021.9.1 --- guides/supporters.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 88745d69b..e6097ed2e 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -236,6 +236,7 @@ Contributors - `Fritz Mueller (@fritzm) `__ - `Marc Egli (@frog32) `__ - `mr G1K (@G1K) `__ +- `Aljaž Srebrnič (@g5pw) `__ - `Gabe Cook (@gabe565) `__ - `Gareth Cooper (@gaco79) `__ - `galagaking (@galagaking) `__ @@ -374,6 +375,7 @@ Contributors - `larsonmpdx (@larsonmpdx) `__ - `lein1013 (@lein1013) `__ - `Riku Lindblad (@lepinkainen) `__ +- `Luca Gugelmann (@lgugelmann) `__ - `Juraj Liso (@LiJu09) `__ - `Lazar Obradovic (@lobradov) `__ - `Barry Loong (@loongyh) `__ @@ -713,4 +715,4 @@ Contributors - `ZTX18 (@ZTX18) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated September 16, 2021.* +*This page was last updated September 20, 2021.* From 1543813f2c09af87e6041f6f1e15c5ee9932f684 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 20 Sep 2021 14:36:32 +1200 Subject: [PATCH 4/4] Update changelog --- changelog/2021.9.0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/2021.9.0.rst b/changelog/2021.9.0.rst index 271bb22cb..795a07bf3 100644 --- a/changelog/2021.9.0.rst +++ b/changelog/2021.9.0.rst @@ -64,6 +64,7 @@ Release 2021.9.1 - September 20 - Cease using deprecated Cover methods in automations :esphomepr:`2326` by :ghuser:`oxan` - Apply color brightness to addressable light effects :esphomepr:`2321` by :ghuser:`oxan` - Add readv and writev for more efficient API packets :esphomepr:`2342` by :ghuser:`OttoWinter` +- Clean-up sensor integration :esphomepr:`2275` by :ghuser:`oxan` Full list of changes --------------------