mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-11 00:52:43 +01:00
commit
b0ad622ba1
2
Doxygen
2
Doxygen
@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# 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
|
# 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
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
ESPHOME_PATH = ../esphome
|
ESPHOME_PATH = ../esphome
|
||||||
ESPHOME_REF = 2024.11.0b1
|
ESPHOME_REF = 2024.11.0b2
|
||||||
PAGEFIND_VERSION=1.1.1
|
PAGEFIND_VERSION=1.1.1
|
||||||
PAGEFIND=pagefind
|
PAGEFIND=pagefind
|
||||||
NET_PAGEFIND=../pagefindbin/pagefind
|
NET_PAGEFIND=../pagefindbin/pagefind
|
||||||
|
@ -1 +1 @@
|
|||||||
2024.11.0b1
|
2024.11.0b2
|
@ -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
|
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
|
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.
|
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
|
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.
|
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)
|
- [touchscreen] Calibration fixes :esphomepr:`7704` by :ghuser:`clydebarrow` (breaking-change)
|
||||||
- [spi_device] rename mode to spi_mode :esphomepr:`7724` 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
|
All changes
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
|
|
||||||
|
2
conf.py
2
conf.py
@ -73,7 +73,7 @@ author = "ESPHome"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2024.11"
|
version = "2024.11"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -1194,6 +1194,7 @@ Contributors
|
|||||||
- `Christian (@max246) <https://github.com/max246>`__
|
- `Christian (@max246) <https://github.com/max246>`__
|
||||||
- `Max Bachmann (@maxbachmann) <https://github.com/maxbachmann>`__
|
- `Max Bachmann (@maxbachmann) <https://github.com/maxbachmann>`__
|
||||||
- `Maximilian Gerhardt (@maxgerhardt) <https://github.com/maxgerhardt>`__
|
- `Maximilian Gerhardt (@maxgerhardt) <https://github.com/maxgerhardt>`__
|
||||||
|
- `Maxime BORGES (@maximeborges) <https://github.com/maximeborges>`__
|
||||||
- `Michael Banther (@mbanth) <https://github.com/mbanth>`__
|
- `Michael Banther (@mbanth) <https://github.com/mbanth>`__
|
||||||
- `mbo18 (@mbo18) <https://github.com/mbo18>`__
|
- `mbo18 (@mbo18) <https://github.com/mbo18>`__
|
||||||
- `Jack McCrea (@McCrea) <https://github.com/McCrea>`__
|
- `Jack McCrea (@McCrea) <https://github.com/McCrea>`__
|
||||||
@ -2022,4 +2023,4 @@ Contributors
|
|||||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||||
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
|
- `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