From ee8a30b00adcb4af6de1cd967caee4ef680cab57 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 18 Oct 2021 15:31:02 +1300 Subject: [PATCH 1/3] Bump version to 2021.10.0b5 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 3d74164dd..f5200e871 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.10.0b4 +PROJECT_NUMBER = 2021.10.0b5 # 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 d12549efc..2bbc4abe2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2021.10.0b4 +ESPHOME_REF = 2021.10.0b5 .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 f10158bda..2be824f75 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2021.10.0b4 \ No newline at end of file +2021.10.0b5 \ No newline at end of file diff --git a/conf.py b/conf.py index 9d70701c8..d11e7022a 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "Otto Winter" # The short X.Y version. version = "2021.10" # The full version, including alpha/beta/rc tags. -release = "2021.10.0b4" +release = "2021.10.0b5" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From f73fc4239dce6b6b9305361708002a2c095d76f5 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 18 Oct 2021 16:06:55 +1300 Subject: [PATCH 2/3] Update changelog for 2021.10.0b5 --- changelog/2021.10.0.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog/2021.10.0.rst b/changelog/2021.10.0.rst index c97f9141d..878b8197f 100644 --- a/changelog/2021.10.0.rst +++ b/changelog/2021.10.0.rst @@ -51,7 +51,12 @@ using the ``ESP32-IDF`` option as the platform. Dashboard Node Import --------------------- -To be written... +If you intend on creating and distributing devices preinstalled with ESPHome, check out :doc:`/guides/creators` +for more information and the best ways to give the end users the best experience. + +The newest feature of this set is the importing of devices found on the network. If the device is running +ESPHome 2021.10 or newer, it can be configured to broadcast a url via mDNS and the ESPHome dashboard will pick this up +and prompt the user to import the device and create a minimal configuration for it. Modbus Controller ----------------- @@ -168,6 +173,10 @@ Beta Fixes - Fix bitshift on read in ADE7953 :esphomepr:`2537` by :ghuser:`oxan` - Allow downloading all bin files from backend in dashboard :esphomepr:`2514` by :ghuser:`jesserockz` - Bump dashboard to 20211015.0 :esphomepr:`2525` by :ghuser:`balloob` +- Only show timestamp for dashboard access logs :esphomepr:`2540` by :ghuser:`OttoWinter` +- Fix const used for IDF recommended version :esphomepr:`2542` by :ghuser:`jesserockz` +- Fix Bluetooth setup_priorities :esphomepr:`2458` by :ghuser:`jesserockz` +- Autodetect ESP32 variant :esphomepr:`2530` by :ghuser:`oxan` All changes ^^^^^^^^^^^ @@ -360,6 +369,10 @@ All changes - Fix bitshift on read in ADE7953 :esphomepr:`2537` by :ghuser:`oxan` - Allow downloading all bin files from backend in dashboard :esphomepr:`2514` by :ghuser:`jesserockz` - Bump dashboard to 20211015.0 :esphomepr:`2525` by :ghuser:`balloob` +- Only show timestamp for dashboard access logs :esphomepr:`2540` by :ghuser:`OttoWinter` +- Fix const used for IDF recommended version :esphomepr:`2542` by :ghuser:`jesserockz` +- Fix Bluetooth setup_priorities :esphomepr:`2458` by :ghuser:`jesserockz` +- Autodetect ESP32 variant :esphomepr:`2530` by :ghuser:`oxan` Past Changelogs --------------- From 193cac78a604713806d5d1e3d0807f810f6b8879 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 18 Oct 2021 16:07:15 +1300 Subject: [PATCH 3/3] Update supporters for 2021.10.0b5 --- guides/supporters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index ce58b86e2..24592dc04 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -742,4 +742,4 @@ Contributors - `ZTX18 (@ZTX18) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated October 17, 2021.* +*This page was last updated October 18, 2021.*