diff --git a/Doxygen b/Doxygen index c50caa616..f677c23a5 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 = 2023.6.0b5 +PROJECT_NUMBER = 2023.6.0b6 # 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 12a79ab67..10e7703bd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.6.0b5 +ESPHOME_REF = 2023.6.0b6 .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 55f16bf6c..2cf3236c5 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.6.0b5 \ No newline at end of file +2023.6.0b6 \ No newline at end of file diff --git a/changelog/2023.6.0.rst b/changelog/2023.6.0.rst index ee0e5c94c..f1cbc140e 100644 --- a/changelog/2023.6.0.rst +++ b/changelog/2023.6.0.rst @@ -51,6 +51,8 @@ Beta Changes - Make growatt play nicer with other modbus components. :esphomepr:`4947` by :ghuser:`onnlucky` - Bump esphome-dashboard to 20230621.0 :esphomepr:`4980` by :ghuser:`jesserockz` - Fix pypi release :esphomepr:`4983` by :ghuser:`jesserockz` +- Add configuration option to disable the log UI. :esphomepr:`4419` by :ghuser:`dd32` +- Update webserver and captive portal pages to 67c48ee9 :esphomepr:`4986` by :ghuser:`jesserockz` All changes ^^^^^^^^^^^ @@ -127,6 +129,8 @@ All changes - Make growatt play nicer with other modbus components. :esphomepr:`4947` by :ghuser:`onnlucky` - Bump esphome-dashboard to 20230621.0 :esphomepr:`4980` by :ghuser:`jesserockz` - Fix pypi release :esphomepr:`4983` by :ghuser:`jesserockz` +- Add configuration option to disable the log UI. :esphomepr:`4419` by :ghuser:`dd32` +- Update webserver and captive portal pages to 67c48ee9 :esphomepr:`4986` by :ghuser:`jesserockz` Past Changelogs --------------- diff --git a/conf.py b/conf.py index 9288717ce..60cfc01e2 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2023.6" # The full version, including alpha/beta/rc tags. -release = "2023.6.0b5" +release = "2023.6.0b6" # 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 44f180f88..6e01a6b2f 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -289,6 +289,7 @@ Contributors - `David Buezas (@dbuezas) `__ - `dckiller51 (@dckiller51) `__ - `Daniel Correa Lobato (@dclobato) `__ +- `Dion Hulse (@dd32) `__ - `DeadEnd (@DeadEnded) `__ - `Debashish Sahu (@debsahu) `__ - `declanshanaghy (@declanshanaghy) `__ @@ -797,7 +798,6 @@ Contributors - `moritzj29 (@moritzj29) `__ - `Chris Laplante (@mostthingsweb) `__ - `MrEditor97 (@mreditor97) `__ -- `Morgan Robertson (@mrgnr) `__ - `Mariusz KryƄski (@mrk-its) `__ - `Michael Davidson (@MrMDavidson) `__ - `mrred2k (@mrred2k) `__ @@ -1165,4 +1165,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated June 21, 2023.* +*This page was last updated June 22, 2023.*