Skip to content

Commit b0ad622

Browse files
authored
Merge pull request #4438 from esphome/bump-2024.11.0b2
2024.11.0b2
2 parents 6011874 + 2ca041e commit b0ad622

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2024.11.0b1
41+
PROJECT_NUMBER = 2024.11.0b2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2024.11.0b1
2+
ESPHOME_REF = 2024.11.0b2
33
PAGEFIND_VERSION=1.1.1
44
PAGEFIND=pagefind
55
NET_PAGEFIND=../pagefindbin/pagefind

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.11.0b1
1+
2024.11.0b2

changelog/2024.11.0.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ they sell / give away / provide. We are seeing more devices with ESPHome pre-ins
2323
see how accessible it is becoming for regular Home Assistant users (not just developers or tech-savvy people) to
2424
get their hands on a device that; A, works out of the box, B, works locally, and C can be fully customized by
2525
the person who bought it if they choose to do so.
26-
Because there are now more devices you can buy and do not have to isntall ESPHome onto yourself, we have made some
26+
Because there are now more devices you can buy and do not have to install ESPHome onto yourself, we have made some
2727
updates to allow ignoring these discovered devices from the ESPHome Dashboard as for most of these devices, you
2828
don't actually need to **take control** and write and manage your own firmware for them.
2929

@@ -73,6 +73,16 @@ Breaking Changes
7373
- [touchscreen] Calibration fixes :esphomepr:`7704` by :ghuser:`clydebarrow` (breaking-change)
7474
- [spi_device] rename mode to spi_mode :esphomepr:`7724` by :ghuser:`clydebarrow` (breaking-change)
7575

76+
Beta Changes
77+
^^^^^^^^^^^^
78+
79+
- Fix temperature and humidity for bme680 with bsec2 :esphomepr:`7728` by :ghuser:`luar123`
80+
- [i2s_audio] Bugfix: Adjust I2S speaker setup priority :esphomepr:`7759` by :ghuser:`kahrendt`
81+
- Update UNIT_VOLT_AMPS_REACTIVE = "var" (Currently 'VAR') :esphomepr:`7643` by :ghuser:`Roving-Ronin` (breaking-change)
82+
- Fix reactive power unit of measurement from VAR to var :esphomepr:`7757` by :ghuser:`felipecrs`
83+
- Disable bluetooth proxy during update :esphomepr:`7695` by :ghuser:`jzucker2`
84+
- ld2420: fix typo in log message :esphomepr:`7758` by :ghuser:`bfabio`
85+
7686
All changes
7787
^^^^^^^^^^^
7888

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# The short X.Y version.
7474
version = "2024.11"
7575
# The full version, including alpha/beta/rc tags.
76-
release = "2024.11.0b1"
76+
release = "2024.11.0b2"
7777

7878
# The language for content autogenerated by Sphinx. Refer to documentation
7979
# for a list of supported languages.

guides/supporters.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,7 @@ Contributors
11941194
- `Christian (@max246) <https://github.com/max246>`__
11951195
- `Max Bachmann (@maxbachmann) <https://github.com/maxbachmann>`__
11961196
- `Maximilian Gerhardt (@maxgerhardt) <https://github.com/maxgerhardt>`__
1197+
- `Maxime BORGES (@maximeborges) <https://github.com/maximeborges>`__
11971198
- `Michael Banther (@mbanth) <https://github.com/mbanth>`__
11981199
- `mbo18 (@mbo18) <https://github.com/mbo18>`__
11991200
- `Jack McCrea (@McCrea) <https://github.com/McCrea>`__
@@ -2022,4 +2023,4 @@ Contributors
20222023
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
20232024
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
20242025

2025-
*This page was last updated November 13, 2024.*
2026+
*This page was last updated November 14, 2024.*

0 commit comments

Comments
 (0)