From 9a977067aba9e97d1fcf65da7ac7fc321c393566 Mon Sep 17 00:00:00 2001 From: RubyBailey <60991881+RubyBailey@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:20:26 -0700 Subject: [PATCH 1/5] Fix for Mitsubishi units that only support cooling (#4088) --- components/climate/climate_ir.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/climate/climate_ir.rst b/components/climate/climate_ir.rst index 653688120..4c54f97bb 100644 --- a/components/climate/climate_ir.rst +++ b/components/climate/climate_ir.rst @@ -200,6 +200,10 @@ These air conditioners support two protocols: Midea and Coolix. Therefore, when ``mitsubishi`` **Climate**: +.. note:: + + - When using this component with Mitsubishi units that only support cooling mode, the Off command may not work. Set **supports_heat** to ``false`` to resolve that issue. + - **set_fan_mode** (*Optional*, string): Select the fan modes desired or that are supported on your remote. Defaults to ``3levels`` - Options are: ``3levels`` , ``4levels``, ``quiet_4levels``. From 88d352c16894307c3b585f77ffe6f2963bd015b3 Mon Sep 17 00:00:00 2001 From: Kevin Ahrendt Date: Tue, 30 Jul 2024 22:15:41 -0400 Subject: [PATCH 2/5] [micro_wake_word] Update documentation to discuss how voice activity is detected (#4097) --- components/micro_wake_word.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/micro_wake_word.rst b/components/micro_wake_word.rst index 3f69ffd33..be541b796 100644 --- a/components/micro_wake_word.rst +++ b/components/micro_wake_word.rst @@ -55,7 +55,7 @@ Configuration variables: - **probability_cutoff** (*Optional*, percentage): The probability cutoff for voice activity detection. If the probability is below this value, then no wake word will be accepted. A larger value reduces the number of false accepts but increases the number of false rejections. - - **sliding_window_size** (*Optional*, int): The size of the sliding window for voice activity detection. The maximum of the probabilities in the sliding window is compared to ``probability_cutoff`` to determine if voice activity is detected. + - **sliding_window_size** (*Optional*, int): The size of the sliding window average for voice activity detection. The average probability is compared to ``probability_cutoff`` to determine if voice activity is detected. The ``probability_cutoff`` and ``sliding_window_size`` are provided by the JSON file but can be overridden in YAML. A default VAD model is provided with the ``vad`` configuration variables, but a different model can be overridden in YAML. From 53074a6a65c9ad8bb9c4db8dfe5a22607a786402 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:51:28 +1200 Subject: [PATCH 3/5] Bump version to 2024.7.3 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index c2e9d4db9..4a3fd0379 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 = 2024.7.2 +PROJECT_NUMBER = 2024.7.3 # 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 0dfaf4ac9..826fd12ae 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2024.7.2 +ESPHOME_REF = 2024.7.3 PAGEFIND_VERSION=1.1.0 PAGEFIND=pagefind NET_PAGEFIND=../pagefindbin/pagefind diff --git a/_static/version b/_static/version index 2ab8391a6..dc87a07fb 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2024.7.2 \ No newline at end of file +2024.7.3 \ No newline at end of file diff --git a/conf.py b/conf.py index ec3ae4c4b..c901e2bd0 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2024.7" # The full version, including alpha/beta/rc tags. -release = "2024.7.2" +release = "2024.7.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From f84ae448e6fc300238fd30b731e8d9a209eb78cb Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:51:53 +1200 Subject: [PATCH 4/5] Update changelog for 2024.7.3 --- changelog/2024.7.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog/2024.7.0.rst b/changelog/2024.7.0.rst index 3db9f3240..fbb645854 100644 --- a/changelog/2024.7.0.rst +++ b/changelog/2024.7.0.rst @@ -46,6 +46,13 @@ Release 2024.7.2 - July 25 - [http_request] Change default timeout to 4.5s :esphomepr:`7123` by :ghuser:`jesserockz` - [http_request] Fix ESP-IDF follow redirect :esphomepr:`7101` by :ghuser:`dentra` +Release 2024.7.3 - August 1 +--------------------------- + +- [pmwcs3] Add delay after sending REG_READ_START :esphomepr:`7130` by :ghuser:`thevogoncoder` +- Fix for Mitsubishi units that only support cooling :esphomepr:`7143` by :ghuser:`RubyBailey` +- [micro_wake_word] Fix VAD detection and modify detection computation :esphomepr:`7164` by :ghuser:`kahrendt` + Full list of changes -------------------- From ca18d98e8efca45bb2914aa12b0ec4d238378d8a Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:52:35 +1200 Subject: [PATCH 5/5] Update supporters for 2024.7.3 --- guides/supporters.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index b4d563da3..92c41703f 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -307,6 +307,7 @@ Contributors - `Paweł Dembicki (@CHKDSK88) `__ - `chris-jennings (@chris-jennings) `__ - `Chris (@chrismaki) `__ +- `Chris Nesbitt-Smith (@chrisns) `__ - `Christiaan de Ridder (@christiaanderidder) `__ - `Christoph Wagner (@Christoph-Wagner) `__ - `Christian Taedcke (@chrta) `__ @@ -462,6 +463,7 @@ Contributors - `Dirk Heinke (@DirkHeinke) `__ - `Dirk Jahnke (@dirkj) `__ - `Dennis (@dirrgang) `__ +- `Andrea Casini (@ditadipolvere08) `__ - `Johann V. (@divinitas) `__ - `dj-bauer (@dj-bauer) `__ - `Dominic Pearman (@djpearman) `__ @@ -720,6 +722,7 @@ Contributors - `Alex Griffith (@halomademeapc) `__ - `Aniket (@HandyHat) `__ - `Harrison Jones (@harrisonhjones) `__ +- `HarvsG (@HarvsG) `__ - `Charles Thompson (@haryadoon) `__ - `Ha Thach (@hathach) `__ - `Cong Hoang Nguyen (@HcNguyen111) `__ @@ -995,6 +998,7 @@ Contributors - `Kyle Manna (@kylemanna) `__ - `Kyle Hill (@kylhill) `__ - `Kalashnikov Ilya (@l1bbcsg) `__ +- `l3d00m (@l3d00m) `__ - `la7dja (@la7dja) `__ - `Limor "Ladyada" Fried (@ladyada) `__ - `Stefan Lässer (@Laess3r) `__ @@ -1920,4 +1924,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated July 25, 2024.* +*This page was last updated August 1, 2024.*