Merge branch 'beta' into next

This commit is contained in:
Jesse Hills 2024-11-14 15:33:47 +13:00
commit 67be0a1d06
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
3 changed files with 14 additions and 3 deletions

View File

@ -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

View File

@ -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
^^^^^^^^^^^

View File

@ -1194,6 +1194,7 @@ Contributors
- `Christian (@max246) <https://github.com/max246>`__
- `Max Bachmann (@maxbachmann) <https://github.com/maxbachmann>`__
- `Maximilian Gerhardt (@maxgerhardt) <https://github.com/maxgerhardt>`__
- `Maxime BORGES (@maximeborges) <https://github.com/maximeborges>`__
- `Michael Banther (@mbanth) <https://github.com/mbanth>`__
- `mbo18 (@mbo18) <https://github.com/mbo18>`__
- `Jack McCrea (@McCrea) <https://github.com/McCrea>`__
@ -2022,4 +2023,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
*This page was last updated November 13, 2024.*
*This page was last updated November 14, 2024.*