diff --git a/Doxygen b/Doxygen index cbc797c02..5d08c31e6 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 = 2022.5.0b1 +PROJECT_NUMBER = 2022.5.0b2 # 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 ee30f72bd..1c2d618a0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.5.0b1 +ESPHOME_REF = 2022.5.0b2 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index 4b01f4736..c01880b60 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.5.0b1 \ No newline at end of file +2022.5.0b2 \ No newline at end of file diff --git a/changelog/2022.5.0.rst b/changelog/2022.5.0.rst index 9fd293be7..9b8892b50 100644 --- a/changelog/2022.5.0.rst +++ b/changelog/2022.5.0.rst @@ -54,6 +54,15 @@ Notable Changes - Enable api transport encryption for new projects :esphomepr:`3142` by :ghuser:`OttoWinter` (notable-change) +Beta Changes +^^^^^^^^^^^^ + +- Restore RealTimeClock's local TZ after epoch sync :esphomepr:`3462` by :ghuser:`mmakaay` +- Shelly dimmer: Use unique_ptr to handle the lifetime of stm32_t :esphomepr:`3400` by :ghuser:`edge90` +- Use heat mode for heat. Move EXT HT to custom presets. :esphomepr:`3437` by :ghuser:`jgissend10` +- Make custom_fan and custom_preset templatable as per documentation :esphomepr:`3330` by :ghuser:`MrMDavidson` +- Update captive portal canHandle function :esphomepr:`3360` by :ghuser:`bkaufx` + All changes ^^^^^^^^^^^ diff --git a/conf.py b/conf.py index 80ee7528a..966abfbf1 100644 --- a/conf.py +++ b/conf.py @@ -68,7 +68,7 @@ author = "ESPHome" # The short X.Y version. version = "2022.5" # The full version, including alpha/beta/rc tags. -release = "2022.5.0b1" +release = "2022.5.0b2" # 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 debd85706..2d5f42b78 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -102,6 +102,7 @@ Contributors - `Brandon (@bgulla) `__ - `Bierchermuesli (@Bierchermuesli) `__ - `Bill Church (@billchurch) `__ +- `Brian Kaufman (@bkaufx) `__ - `JDavid (@blackhack) `__ - `Branimir Lambov (@blambov) `__ - `Jim Ekman (@blejdfist) `__ @@ -365,7 +366,6 @@ Contributors - `Jonathan Burns (@jburns20) `__ - `James Callaghan (@jcallaghan) `__ - `Josh Willox (@jcwillox) `__ -- `jddonovan (@jddonovan) `__ - `JeeCee1 (@JeeCee1) `__ - `jeff-h (@jeff-h) `__ - `Jeffrey Borg (@jeffborg) `__ @@ -375,6 +375,7 @@ Contributors - `Jens-Christian Skibakk (@jenscski) `__ - `Jérôme Laban (@jeromelaban) `__ - `Jesse Hills (@jesserockz) `__ +- `James Szalay (@jgissend10) `__ - `Yuval Brik (@jhamhader) `__ - `Joe (@jhansche) `__ - `Jim Bauwens (@jimbauwens) `__ @@ -396,7 +397,6 @@ Contributors - `Joshua Spence (@joshuaspence) `__ - `Joscha Wagner (@jowgn) `__ - `jsuanet (@jsuanet) `__ -- `junnikokuki (@junnikokuki) `__ - `Justahobby01 (@Justahobby01) `__ - `Mike Ryan (@justfalter) `__ - `Justin Gerhardt (@justin-gerhardt) `__ @@ -532,6 +532,7 @@ Contributors - `Sam Hughes (@MrEditor97) `__ - `Simon Sasburg (@MrHacky) `__ - `Mariusz Kryński (@mrk-its) `__ +- `Michael Davidson (@MrMDavidson) `__ - `Ryan Matthews (@mrrsm) `__ - `MrZetor (@MrZetor) `__ - `mtl010957 (@mtl010957) `__ @@ -732,6 +733,7 @@ Contributors - `stubs12 (@stubs12) `__ - `Jordan Vohwinkel (@sublime93) `__ - `sveip (@sveip) `__ +- `swifty99 (@swifty99) `__ - `Sympatron GmbH (@Sympatron) `__ - `synco (@synco) `__ - `Marcel Feix (@Syndlex) `__ @@ -837,4 +839,4 @@ Contributors - `Michael Labuschke (@zigman79) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated May 11, 2022.* +*This page was last updated May 12, 2022.*