mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
commit
550af4ebf3
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.6.0b2
|
||||
PROJECT_NUMBER = 2023.6.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.6.0b2
|
||||
ESPHOME_REF = 2023.6.0b3
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2023.6.0b2
|
||||
2023.6.0b3
|
@ -43,6 +43,10 @@ Beta Changes
|
||||
- Add support for S3 box display :esphomepr:`4942` by :ghuser:`guillempages`
|
||||
- display: allow to align image with `ImageAlign` :esphomepr:`4933` by :ghuser:`ayufan`
|
||||
- Use HW SPI for rp2040 :esphomepr:`4955` by :ghuser:`jesserockz`
|
||||
- Fix for Fujitsu AC not having Quiet Fan Mode :esphomepr:`4962` by :ghuser:`TaruDesigns`
|
||||
- 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`
|
||||
- Update pca9685_output.cpp :esphomepr:`4929` by :ghuser:`standahabich`
|
||||
|
||||
All changes
|
||||
^^^^^^^^^^^
|
||||
@ -111,6 +115,10 @@ All changes
|
||||
- Add support for S3 box display :esphomepr:`4942` by :ghuser:`guillempages`
|
||||
- display: allow to align image with `ImageAlign` :esphomepr:`4933` by :ghuser:`ayufan`
|
||||
- Use HW SPI for rp2040 :esphomepr:`4955` by :ghuser:`jesserockz`
|
||||
- Fix for Fujitsu AC not having Quiet Fan Mode :esphomepr:`4962` by :ghuser:`TaruDesigns`
|
||||
- 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`
|
||||
- Update pca9685_output.cpp :esphomepr:`4929` by :ghuser:`standahabich`
|
||||
|
||||
Past Changelogs
|
||||
---------------
|
||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2023.6"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2023.6.0b2"
|
||||
release = "2023.6.0b3"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -823,7 +823,6 @@ Contributors
|
||||
- `ueno (@nayuta-ueno) <https://github.com/nayuta-ueno>`__
|
||||
- `Nazar Mokrynskyi (@nazar-pc) <https://github.com/nazar-pc>`__
|
||||
- `Bergont Nicolas (@nbergont) <https://github.com/nbergont>`__
|
||||
- `NMC (@ncareau) <https://github.com/ncareau>`__
|
||||
- `Nejc Koncan (@nejc-cc) <https://github.com/nejc-cc>`__
|
||||
- `Mike Meessen (@netmikey) <https://github.com/netmikey>`__
|
||||
- `Nicolas Graziano (@ngraziano) <https://github.com/ngraziano>`__
|
||||
@ -1049,6 +1048,7 @@ Contributors
|
||||
- `Levente Tamas (@tamisoft) <https://github.com/tamisoft>`__
|
||||
- `Aleksandr Oleinikov (@tannisroot) <https://github.com/tannisroot>`__
|
||||
- `tantive (@tantive) <https://github.com/tantive>`__
|
||||
- `Hawawa McTaru (@TaruDesigns) <https://github.com/TaruDesigns>`__
|
||||
- `Ryan Hoffman (@tekmaven) <https://github.com/tekmaven>`__
|
||||
- `testbughub (@testbughub) <https://github.com/testbughub>`__
|
||||
- `Greg Lincoln (@tetious) <https://github.com/tetious>`__
|
||||
@ -1151,6 +1151,7 @@ Contributors
|
||||
- `WitchKing (@xvil) <https://github.com/xvil>`__
|
||||
- `Yaroslav (@Yarikx) <https://github.com/Yarikx>`__
|
||||
- `Marcin Jaworski (@yawor) <https://github.com/yawor>`__
|
||||
- `yousaf465 (@yousaf465) <https://github.com/yousaf465>`__
|
||||
- `Yuval Aboulafia (@yuvalabou) <https://github.com/yuvalabou>`__
|
||||
- `Björn Stenberg (@zagor) <https://github.com/zagor>`__
|
||||
- `david reid (@zathras777) <https://github.com/zathras777>`__
|
||||
@ -1164,4 +1165,4 @@ Contributors
|
||||
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated June 19, 2023.*
|
||||
*This page was last updated June 20, 2023.*
|
||||
|
@ -5,13 +5,13 @@
|
||||
|
||||
.. seo::
|
||||
:description: ESPHome Homepage - Reimagining DIY Home Automation. ESPHome is a framework that
|
||||
tries to provide the best possible use experience for using ESP8266 and ESP32 microcontrollers
|
||||
tries to provide the best possible use experience for using ESP8266, ESP32 and RP2040 microcontrollers
|
||||
for Home Automation. Just write a simple YAML configuration file and get your own customized firmware.
|
||||
:image: logo.svg
|
||||
|
||||
.. image:: /images/logo-text.svg
|
||||
|
||||
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
|
||||
ESPHome is a system to control your ESP8266/ESP32 and RP2040 by simple yet powerful configuration files and control them remotely through Home Automation systems.
|
||||
|
||||
.. image:: /images/hero.png
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user