From cbdc9e8522e09ad29914d383f4b4aef2248b1d60 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:21:44 +1300 Subject: [PATCH 1/3] Bump version to 2024.11.0b2 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index f2170ef76..639b0ebc0 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.11.0b1 +PROJECT_NUMBER = 2024.11.0b2 # 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 185840cf4..a13f78d04 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2024.11.0b1 +ESPHOME_REF = 2024.11.0b2 PAGEFIND_VERSION=1.1.1 PAGEFIND=pagefind NET_PAGEFIND=../pagefindbin/pagefind diff --git a/_static/version b/_static/version index f2fb57314..73649ec16 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2024.11.0b1 \ No newline at end of file +2024.11.0b2 \ No newline at end of file diff --git a/conf.py b/conf.py index 20923a234..d864117be 100644 --- a/conf.py +++ b/conf.py @@ -73,7 +73,7 @@ author = "ESPHome" # The short X.Y version. version = "2024.11" # The full version, including alpha/beta/rc tags. -release = "2024.11.0b1" +release = "2024.11.0b2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 8862306ed8b6eadb745a2f89ac758cd14aa3af44 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:22:58 +1300 Subject: [PATCH 2/3] Update changelog for 2024.11.0b2 --- changelog/2024.11.0.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog/2024.11.0.rst b/changelog/2024.11.0.rst index abbe6018e..cca158a7c 100644 --- a/changelog/2024.11.0.rst +++ b/changelog/2024.11.0.rst @@ -23,7 +23,7 @@ they sell / give away / provide. We are seeing more devices with ESPHome pre-ins see how accessible it is becoming for regular Home Assistant users (not just developers or tech-savvy people) to get their hands on a device that; A, works out of the box, B, works locally, and C can be fully customized by the person who bought it if they choose to do so. -Because there are now more devices you can buy and do not have to isntall ESPHome onto yourself, we have made some +Because there are now more devices you can buy and do not have to install ESPHome onto yourself, we have made some updates to allow ignoring these discovered devices from the ESPHome Dashboard as for most of these devices, you don't actually need to **take control** and write and manage your own firmware for them. @@ -73,6 +73,16 @@ Breaking Changes - [touchscreen] Calibration fixes :esphomepr:`7704` by :ghuser:`clydebarrow` (breaking-change) - [spi_device] rename mode to spi_mode :esphomepr:`7724` by :ghuser:`clydebarrow` (breaking-change) +Beta Changes +^^^^^^^^^^^^ + +- Fix temperature and humidity for bme680 with bsec2 :esphomepr:`7728` by :ghuser:`luar123` +- [i2s_audio] Bugfix: Adjust I2S speaker setup priority :esphomepr:`7759` by :ghuser:`kahrendt` +- Update UNIT_VOLT_AMPS_REACTIVE = "var" (Currently 'VAR') :esphomepr:`7643` by :ghuser:`Roving-Ronin` (breaking-change) +- Fix reactive power unit of measurement from VAR to var :esphomepr:`7757` by :ghuser:`felipecrs` +- Disable bluetooth proxy during update :esphomepr:`7695` by :ghuser:`jzucker2` +- ld2420: fix typo in log message :esphomepr:`7758` by :ghuser:`bfabio` + All changes ^^^^^^^^^^^ From 2ca041e2d43d5f8900c1b04043c29d96dca17ad1 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:23:40 +1300 Subject: [PATCH 3/3] Update supporters for 2024.11.0b2 --- guides/supporters.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 73136071f..2a8f074f4 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -1194,6 +1194,7 @@ Contributors - `Christian (@max246) `__ - `Max Bachmann (@maxbachmann) `__ - `Maximilian Gerhardt (@maxgerhardt) `__ +- `Maxime BORGES (@maximeborges) `__ - `Michael Banther (@mbanth) `__ - `mbo18 (@mbo18) `__ - `Jack McCrea (@McCrea) `__ @@ -2022,4 +2023,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated November 13, 2024.* +*This page was last updated November 14, 2024.*