mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
commit
b07aa7325a
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 = 2022.12.2
|
||||
PROJECT_NUMBER = 2022.12.3
|
||||
|
||||
# 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 = 2022.12.2
|
||||
ESPHOME_REF = 2022.12.3
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2022.12.2
|
||||
2022.12.3
|
@ -47,6 +47,11 @@ Release 2022.12.2 - December 20
|
||||
- Fix import_full_config for adoption configs :esphomepr:`4197` by :ghuser:`jesserockz`
|
||||
- Handle zero padding anywhere in the combined adv data :esphomepr:`4208` by :ghuser:`bdraco`
|
||||
|
||||
Release 2022.12.3 - December 20
|
||||
-------------------------------
|
||||
|
||||
- Fix ESP32 GPIO when using INPUT PULLUP mode :esphomepr:`4213` by :ghuser:`jesserockz`
|
||||
|
||||
Full list of changes
|
||||
--------------------
|
||||
|
||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2022.12"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2022.12.2"
|
||||
release = "2022.12.3"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -167,6 +167,7 @@ Contributors
|
||||
- `Chris Debenham (@cjd) <https://github.com/cjd>`__
|
||||
- `Clifford Roche (@cmroche) <https://github.com/cmroche>`__
|
||||
- `code-review-doctor (@code-review-doctor) <https://github.com/code-review-doctor>`__
|
||||
- `Casey Burnett (@codeangler) <https://github.com/codeangler>`__
|
||||
- `CODeRUS (@CODeRUS) <https://github.com/CODeRUS>`__
|
||||
- `Cody James (@codyjamestechnical) <https://github.com/codyjamestechnical>`__
|
||||
- `Colin Leroy-Mira (@colinleroy) <https://github.com/colinleroy>`__
|
||||
@ -186,7 +187,6 @@ Contributors
|
||||
- `Massimo Cetra (@ctrix) <https://github.com/ctrix>`__
|
||||
- `cvwillegen (@cvwillegen) <https://github.com/cvwillegen>`__
|
||||
- `Christoph Wempe (@CWempe) <https://github.com/CWempe>`__
|
||||
- `cwitting (@cwitting) <https://github.com/cwitting>`__
|
||||
- `Alex Solomaha (@CyanoFresh) <https://github.com/CyanoFresh>`__
|
||||
- `Luar Roji (@cyberplant) <https://github.com/cyberplant>`__
|
||||
- `Aleš Komárek (@cznewt) <https://github.com/cznewt>`__
|
||||
@ -225,6 +225,7 @@ Contributors
|
||||
- `dependabot[bot] (@dependabot[bot]) <https://github.com/dependabot[bot]>`__
|
||||
- `Joeri Colman (@depuits) <https://github.com/depuits>`__
|
||||
- `Destix (@Destix) <https://github.com/Destix>`__
|
||||
- `Deun Lee (@deunlee) <https://github.com/deunlee>`__
|
||||
- `Develo (@devyte) <https://github.com/devyte>`__
|
||||
- `Dezorian (@Dezorian) <https://github.com/Dezorian>`__
|
||||
- `Dan Halbert (@dhalbert) <https://github.com/dhalbert>`__
|
||||
|
Loading…
Reference in New Issue
Block a user