diff --git a/Doxygen b/Doxygen index 3fad571e1..2bb1d5a72 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.12.0 +PROJECT_NUMBER = 2021.12.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 db1b4fe08..4c89b9916 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2021.12.0 +ESPHOME_REF = 2021.12.1 .PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index acbbb4230..22bd7d530 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2021.12.0 \ No newline at end of file +2021.12.1 \ No newline at end of file diff --git a/changelog/2021.12.0.rst b/changelog/2021.12.0.rst index a4158b689..4c97de257 100644 --- a/changelog/2021.12.0.rst +++ b/changelog/2021.12.0.rst @@ -83,6 +83,11 @@ inversion of the direction. Instead, it seems that most if not all tuya covers h sets the direction on the secondary MCU. See the :doc:`documentation ` for the new configuration options. +Release 2021.12.1 - December 15 +------------------------------- + +- Set text sensor state property to filter output :esphomepr:`2893` by :ghuser:`oxan` +- Allow button POST on press from web server :esphomepr:`2913` by :ghuser:`wilberforce` Full list of changes -------------------- diff --git a/conf.py b/conf.py index e41b1b57e..cc60286f9 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "Otto Winter" # The short X.Y version. version = "2021.12" # The full version, including alpha/beta/rc tags. -release = "2021.12.0" +release = "2021.12.1" # 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 360c5e91e..48ac102a5 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -331,6 +331,7 @@ Contributors - `James Callaghan (@jcallaghan) `__ - `Josh Willox (@jcwillox) `__ - `Joshua Dadswell (@jdads1) `__ +- `jddonovan (@jddonovan) `__ - `jeff-h (@jeff-h) `__ - `Jeff Rescignano (@JeffResc) `__ - `Jej (@jej) `__ @@ -382,6 +383,7 @@ Contributors - `klenaers (@klenaers) `__ - `Kevin Lewis (@kll) `__ - `Koen Vervloesem (@koenvervloesem) `__ +- `Petr Vraník (@konikvranik) `__ - `korellas (@korellas) `__ - `Kevin Pelzel (@kpelzel) `__ - `Karl Q. (@kquinsland) `__ @@ -413,7 +415,6 @@ Contributors - `Barry Loong (@loongyh) `__ - `Joakim Sørensen (@ludeeus) `__ - `Lukas Klass (@LukasK13) `__ -- `lukaszrud (@lukaszrud) `__ - `Lumpusz (@Lumpusz) `__ - `Luke Fitzgerald (@lwfitzgerald) `__ - `Lewis Juggins (@lwis) `__ @@ -463,11 +464,8 @@ Contributors - `Michael Gorven (@mgorven) `__ - `mhentschke (@mhentschke) `__ - `Michaël Arnauts (@michaelarnauts) `__ -- `michaelmeller (@michaelmeller) `__ -- `micw (@micw) `__ - `Pauline Middelink (@middelink) `__ - `Mikko Tervala (@MikkoTervala) `__ -- `mikosoft83 (@mikosoft83) `__ - `Minideezel (@minideezel) `__ - `André Klitzing (@misery) `__ - `Matthew Edwards (@mje-nz) `__ @@ -489,6 +487,7 @@ Contributors - `Murilo (@murilobaliego) `__ - `Michiel van Turnhout (@mvturnho) `__ - `Martin Weinelt (@mweinelt) `__ +- `myhomeiot (@myhomeiot) `__ - `Mynasru (@Mynasru) `__ - `Niels Ulrik Andersen (@myplacedk) `__ - `Kevin Uhlir (@n0bel) `__ @@ -538,6 +537,7 @@ Contributors - `Trammell Hudson (@osresearch) `__ - `Otamay (@Otamay) `__ - `Otto Winter (@OttoWinter) `__ +- `Ben Owen (@owenb321) `__ - `Oxan van Leeuwen (@oxan) `__ - `Pack3tL0ss (@Pack3tL0ss) `__ - `Pablo Clemente Maseda (@paclema) `__ @@ -663,6 +663,7 @@ Contributors - `Stijn Tintel (@stintel) `__ - `stubs12 (@stubs12) `__ - `Jordan Vohwinkel (@sublime93) `__ +- `sveip (@sveip) `__ - `synco (@synco) `__ - `Marcel Feix (@Syndlex) `__ - `Teemu Mikkonen (@T3m3z) `__ @@ -704,6 +705,7 @@ Contributors - `tomlut (@tomlut) `__ - `Tom Matheussen (@Tommatheussen) `__ - `Tom Price (@tomtom5152) `__ +- `tony (@tony-fav) `__ - `David Kiliani (@torfbolt) `__ - `Torwag (@torwag) `__ - `Felix Eckhofer (@tribut) `__ @@ -760,4 +762,4 @@ Contributors - `ZTX18 (@ZTX18) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated December 12, 2021.* +*This page was last updated December 15, 2021.*