mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
commit
3fdfb7aaec
2
Doxygen
2
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 = 2023.12.0b2
|
||||
PROJECT_NUMBER = 2023.12.0b3
|
||||
|
||||
# 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
|
||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
ESPHOME_PATH = ../esphome
|
||||
ESPHOME_REF = 2023.12.0b2
|
||||
ESPHOME_REF = 2023.12.0b3
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2023.12.0b2
|
||||
2023.12.0b3
|
@ -55,6 +55,14 @@ Beta Changes
|
||||
- Support toggle action for template cover :esphomepr:`5917` by :ghuser:`jochenvg`
|
||||
- Fix SplitDefault with variants :esphomepr:`5928` by :ghuser:`jesserockz`
|
||||
- Update ENS160 TVOC device_class and AQI units to match required by HA :esphomepr:`5939` by :ghuser:`mrtoy-me`
|
||||
- Bump zeroconf from 0.128.4 to 0.130.0 :esphomepr:`5950` by :ghuser:`dependabot[bot]`
|
||||
- UARTComponent inline doc :esphomepr:`5930` by :ghuser:`edwardtfn`
|
||||
- Fix - Tuya Fan - Allow integer speed datapoint :esphomepr:`5948` by :ghuser:`cram42`
|
||||
- i2s_audio: Set player_task's prio to 1 :esphomepr:`5945` by :ghuser:`gaaf`
|
||||
- esp32_camera: Set framebuffer task prio to 1 :esphomepr:`5943` by :ghuser:`gaaf`
|
||||
- web_server_idf: fix call with hardcoded http code :esphomepr:`5942` by :ghuser:`dentra`
|
||||
- Revert pure virtual functions in UART component from #5920 :esphomepr:`5932` by :ghuser:`DrCoolzic`
|
||||
- Use the correct UART/`Serial` when CDC is enabled :esphomepr:`5957` by :ghuser:`kbx81`
|
||||
|
||||
All changes
|
||||
^^^^^^^^^^^
|
||||
@ -185,6 +193,14 @@ All changes
|
||||
- Support toggle action for template cover :esphomepr:`5917` by :ghuser:`jochenvg`
|
||||
- Fix SplitDefault with variants :esphomepr:`5928` by :ghuser:`jesserockz`
|
||||
- Update ENS160 TVOC device_class and AQI units to match required by HA :esphomepr:`5939` by :ghuser:`mrtoy-me`
|
||||
- Bump zeroconf from 0.128.4 to 0.130.0 :esphomepr:`5950` by :ghuser:`dependabot[bot]`
|
||||
- UARTComponent inline doc :esphomepr:`5930` by :ghuser:`edwardtfn`
|
||||
- Fix - Tuya Fan - Allow integer speed datapoint :esphomepr:`5948` by :ghuser:`cram42`
|
||||
- i2s_audio: Set player_task's prio to 1 :esphomepr:`5945` by :ghuser:`gaaf`
|
||||
- esp32_camera: Set framebuffer task prio to 1 :esphomepr:`5943` by :ghuser:`gaaf`
|
||||
- web_server_idf: fix call with hardcoded http code :esphomepr:`5942` by :ghuser:`dentra`
|
||||
- Revert pure virtual functions in UART component from #5920 :esphomepr:`5932` by :ghuser:`DrCoolzic`
|
||||
- Use the correct UART/`Serial` when CDC is enabled :esphomepr:`5957` by :ghuser:`kbx81`
|
||||
|
||||
Past Changelogs
|
||||
---------------
|
||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2023.12"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2023.12.0b2"
|
||||
release = "2023.12.0b3"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -36,6 +36,7 @@ Contributors
|
||||
- `Abel Matser (@abelmatser) <https://github.com/abelmatser>`__
|
||||
- `Abílio Costa (@abmantis) <https://github.com/abmantis>`__
|
||||
- `Antonio (@acarvajalperez) <https://github.com/acarvajalperez>`__
|
||||
- `aceindy (@aceindy) <https://github.com/aceindy>`__
|
||||
- `Avula Chandra Kiran Reddy (@ackr-8) <https://github.com/ackr-8>`__
|
||||
- `Zhenyu Wu (@Adam5Wu) <https://github.com/Adam5Wu>`__
|
||||
- `Chris Byrne (@adapt0) <https://github.com/adapt0>`__
|
||||
@ -281,6 +282,7 @@ Contributors
|
||||
- `Cougar (@Cougar) <https://github.com/Cougar>`__
|
||||
- `Connor Prussin (@cprussin) <https://github.com/cprussin>`__
|
||||
- `cptquad (@cptquad) <https://github.com/cptquad>`__
|
||||
- `Grant Le Roux (@cram42) <https://github.com/cram42>`__
|
||||
- `Corey Rice (@crice009) <https://github.com/crice009>`__
|
||||
- `crp500 (@crp500) <https://github.com/crp500>`__
|
||||
- `cryptelli (@cryptelli) <https://github.com/cryptelli>`__
|
||||
@ -382,6 +384,7 @@ Contributors
|
||||
- `Robert Schütz (@dotlambda) <https://github.com/dotlambda>`__
|
||||
- `Daniel Hyles (@DotNetDann) <https://github.com/DotNetDann>`__
|
||||
- `dr-oblivium (@dr-oblivium) <https://github.com/dr-oblivium>`__
|
||||
- `Jean Louis-Guerin (@DrCoolzic) <https://github.com/DrCoolzic>`__
|
||||
- `Drew Perttula (@drewp) <https://github.com/drewp>`__
|
||||
- `drmodding (@drmodding) <https://github.com/drmodding>`__
|
||||
- `drmpf (@drmpf) <https://github.com/drmpf>`__
|
||||
@ -501,6 +504,7 @@ Contributors
|
||||
- `functionpointer (@functionpointer) <https://github.com/functionpointer>`__
|
||||
- `mr G1K (@G1K) <https://github.com/G1K>`__
|
||||
- `Aljaž Srebrnič (@g5pw) <https://github.com/g5pw>`__
|
||||
- `Alex Hermann (@gaaf) <https://github.com/gaaf>`__
|
||||
- `Gabe Cook (@gabe565) <https://github.com/gabe565>`__
|
||||
- `Gareth Cooper (@gaco79) <https://github.com/gaco79>`__
|
||||
- `gazoodle (@gazoodle) <https://github.com/gazoodle>`__
|
||||
@ -647,7 +651,6 @@ Contributors
|
||||
- `Josh Willox (@jcwillox) <https://github.com/jcwillox>`__
|
||||
- `JeeCee1 (@JeeCee1) <https://github.com/JeeCee1>`__
|
||||
- `jeff-h (@jeff-h) <https://github.com/jeff-h>`__
|
||||
- `Jeffrey Borg (@jeffborg) <https://github.com/jeffborg>`__
|
||||
- `Jeff Eberl (@jeffeb3) <https://github.com/jeffeb3>`__
|
||||
- `Jeff Rescignano (@JeffResc) <https://github.com/JeffResc>`__
|
||||
- `Jej (@jej) <https://github.com/jej>`__
|
||||
@ -659,6 +662,7 @@ Contributors
|
||||
- `Joe (@jhansche) <https://github.com/jhansche>`__
|
||||
- `jimtng (@jimtng) <https://github.com/jimtng>`__
|
||||
- `jivesinger (@jivesinger) <https://github.com/jivesinger>`__
|
||||
- `jj-uk (@jj-uk) <https://github.com/jj-uk>`__
|
||||
- `John K. Luebs (@jkl1337) <https://github.com/jkl1337>`__
|
||||
- `Jeppe Ladefoged (@jladefoged) <https://github.com/jladefoged>`__
|
||||
- `Jean-Luc Béchennec (@jlbirccyn) <https://github.com/jlbirccyn>`__
|
||||
@ -1288,4 +1292,4 @@ Contributors
|
||||
- `Zsolt Zsiros (@ZsZs73) <https://github.com/ZsZs73>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated December 15, 2023.*
|
||||
*This page was last updated December 18, 2023.*
|
||||
|
Loading…
Reference in New Issue
Block a user