mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
commit
d16eb94f6d
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.10.2
|
PROJECT_NUMBER = 2023.10.3
|
||||||
|
|
||||||
# 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.10.2
|
ESPHOME_REF = 2023.10.3
|
||||||
|
|
||||||
.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.10.2
|
2023.10.3
|
@ -53,6 +53,11 @@ Release 2023.10.2 - October 24
|
|||||||
- fix canbus send config :esphomepr:`5585` by :ghuser:`ssieb`
|
- fix canbus send config :esphomepr:`5585` by :ghuser:`ssieb`
|
||||||
- Allow set climate preset to NONE :esphomepr:`5588` by :ghuser:`dentra`
|
- Allow set climate preset to NONE :esphomepr:`5588` by :ghuser:`dentra`
|
||||||
|
|
||||||
|
Release 2023.10.3 - October 24
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
- Set IP address `type` only when IPv4 and IPv6 are both enabled :esphomepr:`5595` by :ghuser:`kbx81`
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2023.10"
|
version = "2023.10"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2023.10.2"
|
release = "2023.10.3"
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -723,7 +723,6 @@ Contributors
|
|||||||
- `Mark Kuchel (@kuchel77) <https://github.com/kuchel77>`__
|
- `Mark Kuchel (@kuchel77) <https://github.com/kuchel77>`__
|
||||||
- `Kyle Hill (@kylhill) <https://github.com/kylhill>`__
|
- `Kyle Hill (@kylhill) <https://github.com/kylhill>`__
|
||||||
- `Limor "Ladyada" Fried (@ladyada) <https://github.com/ladyada>`__
|
- `Limor "Ladyada" Fried (@ladyada) <https://github.com/ladyada>`__
|
||||||
- `Luca Adrian L (@lal12) <https://github.com/lal12>`__
|
|
||||||
- `Landon Rohatensky (@landonr) <https://github.com/landonr>`__
|
- `Landon Rohatensky (@landonr) <https://github.com/landonr>`__
|
||||||
- `Fredrik Lindqvist (@Landrash) <https://github.com/Landrash>`__
|
- `Fredrik Lindqvist (@Landrash) <https://github.com/Landrash>`__
|
||||||
- `lanik (@lanik) <https://github.com/lanik>`__
|
- `lanik (@lanik) <https://github.com/lanik>`__
|
||||||
@ -1236,6 +1235,7 @@ Contributors
|
|||||||
- `Yaroslav (@Yarikx) <https://github.com/Yarikx>`__
|
- `Yaroslav (@Yarikx) <https://github.com/Yarikx>`__
|
||||||
- `Marcin Jaworski (@yawor) <https://github.com/yawor>`__
|
- `Marcin Jaworski (@yawor) <https://github.com/yawor>`__
|
||||||
- `yousaf465 (@yousaf465) <https://github.com/yousaf465>`__
|
- `yousaf465 (@yousaf465) <https://github.com/yousaf465>`__
|
||||||
|
- `Jevgeni Kiski (@yozik04) <https://github.com/yozik04>`__
|
||||||
- `Yuval Aboulafia (@yuvalabou) <https://github.com/yuvalabou>`__
|
- `Yuval Aboulafia (@yuvalabou) <https://github.com/yuvalabou>`__
|
||||||
- `Björn Stenberg (@zagor) <https://github.com/zagor>`__
|
- `Björn Stenberg (@zagor) <https://github.com/zagor>`__
|
||||||
- `david reid (@zathras777) <https://github.com/zathras777>`__
|
- `david reid (@zathras777) <https://github.com/zathras777>`__
|
||||||
|
Loading…
Reference in New Issue
Block a user