mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-04 23:52:18 +01:00
commit
782496736c
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 = 2023.6.0b3
|
PROJECT_NUMBER = 2023.6.0b4
|
||||||
|
|
||||||
# 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 = 2023.6.0b3
|
ESPHOME_REF = 2023.6.0b4
|
||||||
|
|
||||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2023.6.0b3
|
2023.6.0b4
|
@ -47,6 +47,9 @@ Beta Changes
|
|||||||
- Store app comment and compilation_time in flash :esphomepr:`4945` by :ghuser:`bdraco`
|
- Store app comment and compilation_time in flash :esphomepr:`4945` by :ghuser:`bdraco`
|
||||||
- Construct web_server assets at build time instead of run time :esphomepr:`4944` by :ghuser:`bdraco`
|
- Construct web_server assets at build time instead of run time :esphomepr:`4944` by :ghuser:`bdraco`
|
||||||
- Update pca9685_output.cpp :esphomepr:`4929` by :ghuser:`standahabich`
|
- Update pca9685_output.cpp :esphomepr:`4929` by :ghuser:`standahabich`
|
||||||
|
- Apply configured IIR filter setting in generated BMP280 code :esphomepr:`4975` by :ghuser:`murrayma`
|
||||||
|
- Make growatt play nicer with other modbus components. :esphomepr:`4947` by :ghuser:`onnlucky`
|
||||||
|
- Bump esphome-dashboard to 20230621.0 :esphomepr:`4980` by :ghuser:`jesserockz`
|
||||||
|
|
||||||
All changes
|
All changes
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
@ -119,6 +122,9 @@ All changes
|
|||||||
- Store app comment and compilation_time in flash :esphomepr:`4945` by :ghuser:`bdraco`
|
- Store app comment and compilation_time in flash :esphomepr:`4945` by :ghuser:`bdraco`
|
||||||
- Construct web_server assets at build time instead of run time :esphomepr:`4944` by :ghuser:`bdraco`
|
- Construct web_server assets at build time instead of run time :esphomepr:`4944` by :ghuser:`bdraco`
|
||||||
- Update pca9685_output.cpp :esphomepr:`4929` by :ghuser:`standahabich`
|
- Update pca9685_output.cpp :esphomepr:`4929` by :ghuser:`standahabich`
|
||||||
|
- Apply configured IIR filter setting in generated BMP280 code :esphomepr:`4975` by :ghuser:`murrayma`
|
||||||
|
- Make growatt play nicer with other modbus components. :esphomepr:`4947` by :ghuser:`onnlucky`
|
||||||
|
- Bump esphome-dashboard to 20230621.0 :esphomepr:`4980` by :ghuser:`jesserockz`
|
||||||
|
|
||||||
Past Changelogs
|
Past Changelogs
|
||||||
---------------
|
---------------
|
||||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2023.6"
|
version = "2023.6"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2023.6.0b3"
|
release = "2023.6.0b4"
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -597,6 +597,7 @@ Contributors
|
|||||||
- `Jeff Anderson (@jman203) <https://github.com/jman203>`__
|
- `Jeff Anderson (@jman203) <https://github.com/jman203>`__
|
||||||
- `Jonathan Martens (@jmartens) <https://github.com/jmartens>`__
|
- `Jonathan Martens (@jmartens) <https://github.com/jmartens>`__
|
||||||
- `jmichiel (@jmichiel) <https://github.com/jmichiel>`__
|
- `jmichiel (@jmichiel) <https://github.com/jmichiel>`__
|
||||||
|
- `JMoratelli (@JMoratelli) <https://github.com/JMoratelli>`__
|
||||||
- `Jonathas Barbosa (@jnthas) <https://github.com/jnthas>`__
|
- `Jonathas Barbosa (@jnthas) <https://github.com/jnthas>`__
|
||||||
- `Joe Gross (@joegross) <https://github.com/joegross>`__
|
- `Joe Gross (@joegross) <https://github.com/joegross>`__
|
||||||
- `Johan van der Kuijl (@johanvanderkuijl) <https://github.com/johanvanderkuijl>`__
|
- `Johan van der Kuijl (@johanvanderkuijl) <https://github.com/johanvanderkuijl>`__
|
||||||
@ -657,6 +658,7 @@ Contributors
|
|||||||
- `kokangit (@kokangit) <https://github.com/kokangit>`__
|
- `kokangit (@kokangit) <https://github.com/kokangit>`__
|
||||||
- `konsulten (@konsulten) <https://github.com/konsulten>`__
|
- `konsulten (@konsulten) <https://github.com/konsulten>`__
|
||||||
- `Kevin Pelzel (@kpelzel) <https://github.com/kpelzel>`__
|
- `Kevin Pelzel (@kpelzel) <https://github.com/kpelzel>`__
|
||||||
|
- `Kevin P. Fleming (@kpfleming) <https://github.com/kpfleming>`__
|
||||||
- `Karl Q. (@kquinsland) <https://github.com/kquinsland>`__
|
- `Karl Q. (@kquinsland) <https://github.com/kquinsland>`__
|
||||||
- `Kodey Converse (@krconv) <https://github.com/krconv>`__
|
- `Kodey Converse (@krconv) <https://github.com/krconv>`__
|
||||||
- `KristopherMackowiak (@KristopherMackowiak) <https://github.com/KristopherMackowiak>`__
|
- `KristopherMackowiak (@KristopherMackowiak) <https://github.com/KristopherMackowiak>`__
|
||||||
@ -792,7 +794,6 @@ Contributors
|
|||||||
- `mnltake (@mnltake) <https://github.com/mnltake>`__
|
- `mnltake (@mnltake) <https://github.com/mnltake>`__
|
||||||
- `Matt N. (@mnoorenberghe) <https://github.com/mnoorenberghe>`__
|
- `Matt N. (@mnoorenberghe) <https://github.com/mnoorenberghe>`__
|
||||||
- `Michał Obrembski (@mobrembski) <https://github.com/mobrembski>`__
|
- `Michał Obrembski (@mobrembski) <https://github.com/mobrembski>`__
|
||||||
- `Moritz Glöckl (@moritzgloeckl) <https://github.com/moritzgloeckl>`__
|
|
||||||
- `moritzj29 (@moritzj29) <https://github.com/moritzj29>`__
|
- `moritzj29 (@moritzj29) <https://github.com/moritzj29>`__
|
||||||
- `Chris Laplante (@mostthingsweb) <https://github.com/mostthingsweb>`__
|
- `Chris Laplante (@mostthingsweb) <https://github.com/mostthingsweb>`__
|
||||||
- `MrEditor97 (@mreditor97) <https://github.com/mreditor97>`__
|
- `MrEditor97 (@mreditor97) <https://github.com/mreditor97>`__
|
||||||
@ -1077,7 +1078,6 @@ Contributors
|
|||||||
- `tiagofreire-pt (@tiagofreire-pt) <https://github.com/tiagofreire-pt>`__
|
- `tiagofreire-pt (@tiagofreire-pt) <https://github.com/tiagofreire-pt>`__
|
||||||
- `Tijs-B (@Tijs-B) <https://github.com/Tijs-B>`__
|
- `Tijs-B (@Tijs-B) <https://github.com/Tijs-B>`__
|
||||||
- `Tim Laurence (@timdaman) <https://github.com/timdaman>`__
|
- `Tim Laurence (@timdaman) <https://github.com/timdaman>`__
|
||||||
- `Aidan Timson (@timmo001) <https://github.com/timmo001>`__
|
|
||||||
- `Tim Niemueller (@timn) <https://github.com/timn>`__
|
- `Tim Niemueller (@timn) <https://github.com/timn>`__
|
||||||
- `Tim Savage (@timsavage) <https://github.com/timsavage>`__
|
- `Tim Savage (@timsavage) <https://github.com/timsavage>`__
|
||||||
- `Tinkerfish (@tinkerfish) <https://github.com/tinkerfish>`__
|
- `Tinkerfish (@tinkerfish) <https://github.com/tinkerfish>`__
|
||||||
@ -1165,4 +1165,4 @@ Contributors
|
|||||||
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
||||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||||
|
|
||||||
*This page was last updated June 20, 2023.*
|
*This page was last updated June 21, 2023.*
|
||||||
|
Loading…
Reference in New Issue
Block a user