mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-07 09:43:08 +01:00
commit
31b4bdc89a
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.4.0b3
|
||||
PROJECT_NUMBER = 2023.4.0b4
|
||||
|
||||
# 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.4.0b3
|
||||
ESPHOME_REF = 2023.4.0b4
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2023.4.0b3
|
||||
2023.4.0b4
|
@ -64,6 +64,8 @@ Beta Changes
|
||||
- Add timeout to i2c write error logs :esphomepr:`4697` by :ghuser:`Szewcson`
|
||||
- Add event triggers to voice_assistant :esphomepr:`4699` by :ghuser:`jesserockz`
|
||||
- Call on_error if no api client connected that handles voice :esphomepr:`4709` by :ghuser:`jesserockz`
|
||||
- Add ethernet powerdown (fixes esphome/issues#4420) :esphomepr:`4706` by :ghuser:`tracestep`
|
||||
- Bump arduino platform version to 5.3.0 :esphomepr:`4713` by :ghuser:`jesserockz`
|
||||
|
||||
Full list of changes
|
||||
--------------------
|
||||
@ -155,6 +157,8 @@ All changes
|
||||
- Add timeout to i2c write error logs :esphomepr:`4697` by :ghuser:`Szewcson`
|
||||
- Add event triggers to voice_assistant :esphomepr:`4699` by :ghuser:`jesserockz`
|
||||
- Call on_error if no api client connected that handles voice :esphomepr:`4709` by :ghuser:`jesserockz`
|
||||
- Add ethernet powerdown (fixes esphome/issues#4420) :esphomepr:`4706` by :ghuser:`tracestep`
|
||||
- Bump arduino platform version to 5.3.0 :esphomepr:`4713` by :ghuser:`jesserockz`
|
||||
|
||||
Past Changelogs
|
||||
---------------
|
||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2023.4"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2023.4.0b3"
|
||||
release = "2023.4.0b4"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
Reference in New Issue
Block a user