From 5a3c0cbfecd906d5499020bc11cba53f4dd30928 Mon Sep 17 00:00:00 2001 From: Oxan van Leeuwen Date: Mon, 18 Oct 2021 05:10:36 +0200 Subject: [PATCH 1/3] Fix MAC option in AM43 example (#1532) --- components/cover/am43.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cover/am43.rst b/components/cover/am43.rst index 306c5500d..c096fb221 100644 --- a/components/cover/am43.rst +++ b/components/cover/am43.rst @@ -27,7 +27,7 @@ and state of the motor. esp32_ble_tracker: ble_client: - - mac: AA:BB:CC:DD:EE:FF + - mac_address: AA:BB:CC:DD:EE:FF id: am43_kitchen cover: From 0fea54597e817a435c8b5da23794770b68d04d79 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 18 Oct 2021 21:26:37 +1300 Subject: [PATCH 2/3] Bump version to 2021.10.0b6 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index f5200e871..68adefdaf 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.0b5 +PROJECT_NUMBER = 2021.10.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 2bbc4abe2..399bde845 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ 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 diff --git a/_static/version b/_static/version index 2be824f75..22b1632e6 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2021.10.0b5 \ No newline at end of file +2021.10.0b6 \ No newline at end of file diff --git a/conf.py b/conf.py index d11e7022a..7ac52de94 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.0b5" +release = "2021.10.0b6" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 301019afe9c1566d818869ed2738555ed2f461b0 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 18 Oct 2021 21:27:12 +1300 Subject: [PATCH 3/3] Update changelog for 2021.10.0b6 --- changelog/2021.10.0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog/2021.10.0.rst b/changelog/2021.10.0.rst index 878b8197f..20e982be8 100644 --- a/changelog/2021.10.0.rst +++ b/changelog/2021.10.0.rst @@ -177,6 +177,7 @@ Beta Fixes - 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` +- OTA firmware MD5 check + password support for esp-idf :esphomepr:`2507` by :ghuser:`mmakaay` (new-integration) All changes ^^^^^^^^^^^ @@ -373,6 +374,7 @@ All changes - 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` +- OTA firmware MD5 check + password support for esp-idf :esphomepr:`2507` by :ghuser:`mmakaay` (new-integration) Past Changelogs ---------------