Merge pull request #1538 from esphome/bump-2021.10.0b6

2021.10.0b6
This commit is contained in:
Jesse Hills 2021-10-18 21:42:18 +13:00 committed by GitHub
commit ebe4a1ec29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 5 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 2021.10.0b5 PROJECT_NUMBER = 2021.10.0b6
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # 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_PATH = ../esphome
ESPHOME_REF = 2021.10.0b5 ESPHOME_REF = 2021.10.0b6
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify .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.0b5 2021.10.0b6

View File

@ -177,6 +177,7 @@ Beta Fixes
- Fix const used for IDF recommended version :esphomepr:`2542` by :ghuser:`jesserockz` - Fix const used for IDF recommended version :esphomepr:`2542` by :ghuser:`jesserockz`
- Fix Bluetooth setup_priorities :esphomepr:`2458` by :ghuser:`jesserockz` - Fix Bluetooth setup_priorities :esphomepr:`2458` by :ghuser:`jesserockz`
- Autodetect ESP32 variant :esphomepr:`2530` by :ghuser:`oxan` - Autodetect ESP32 variant :esphomepr:`2530` by :ghuser:`oxan`
- OTA firmware MD5 check + password support for esp-idf :esphomepr:`2507` by :ghuser:`mmakaay` (new-integration)
All changes All changes
^^^^^^^^^^^ ^^^^^^^^^^^
@ -373,6 +374,7 @@ All changes
- Fix const used for IDF recommended version :esphomepr:`2542` by :ghuser:`jesserockz` - Fix const used for IDF recommended version :esphomepr:`2542` by :ghuser:`jesserockz`
- Fix Bluetooth setup_priorities :esphomepr:`2458` by :ghuser:`jesserockz` - Fix Bluetooth setup_priorities :esphomepr:`2458` by :ghuser:`jesserockz`
- Autodetect ESP32 variant :esphomepr:`2530` by :ghuser:`oxan` - Autodetect ESP32 variant :esphomepr:`2530` by :ghuser:`oxan`
- OTA firmware MD5 check + password support for esp-idf :esphomepr:`2507` by :ghuser:`mmakaay` (new-integration)
Past Changelogs Past Changelogs
--------------- ---------------

View File

@ -27,7 +27,7 @@ and state of the motor.
esp32_ble_tracker: esp32_ble_tracker:
ble_client: ble_client:
- mac: AA:BB:CC:DD:EE:FF - mac_address: AA:BB:CC:DD:EE:FF
id: am43_kitchen id: am43_kitchen
cover: cover:

View File

@ -69,7 +69,7 @@ author = "Otto Winter"
# The short X.Y version. # The short X.Y version.
version = "2021.10" version = "2021.10"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = "2021.10.0b5" release = "2021.10.0b6"
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.