Merge pull request #1537 from esphome/bump-2021.10.0b5

2021.10.0b5
This commit is contained in:
Jesse Hills 2021-10-18 16:39:15 +13:00 committed by GitHub
commit 8b5528a47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 19 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
2021.10.0b4
2021.10.0b5

View File

@ -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
---------------

View File

@ -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.

View File

@ -742,4 +742,4 @@ Contributors
- `ZTX18 (@ZTX18) <https://github.com/ZTX18>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated October 17, 2021.*
*This page was last updated October 18, 2021.*