mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-29 22:51:44 +01:00
Merge branch 'beta' into next
This commit is contained in:
commit
67be0a1d06
2
Makefile
2
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
|
||||
|
@ -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
|
||||
^^^^^^^^^^^
|
||||
|
||||
|
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user