mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
commit
be9d38e3fc
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 = 1.19.2
|
PROJECT_NUMBER = 1.19.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 = v1.19.2
|
ESPHOME_REF = v1.19.3
|
||||||
|
|
||||||
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png
|
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
1.19.2
|
1.19.3
|
@ -85,6 +85,11 @@ Release 1.19.2 - June 21
|
|||||||
- Allow wifi setup to proceed when there is no sta or ap :esphomepr:`1931` by :ghuser:`jesserockz`
|
- Allow wifi setup to proceed when there is no sta or ap :esphomepr:`1931` by :ghuser:`jesserockz`
|
||||||
- Fix bad climate control enum :esphomepr:`1942` by :ghuser:`jesserockz`
|
- Fix bad climate control enum :esphomepr:`1942` by :ghuser:`jesserockz`
|
||||||
|
|
||||||
|
Release 1.19.3 - June 23
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
- Bump esphome-dashboard to 20210622.0 :esphomepr:`1955` by :ghuser:`jesserockz`
|
||||||
|
|
||||||
Full list of changes
|
Full list of changes
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "Otto Winter"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "1.19"
|
version = "1.19"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "1.19.2"
|
release = "1.19.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.
|
||||||
|
@ -251,6 +251,7 @@ Contributors
|
|||||||
- `Jason Hines (@jasonehines) <https://github.com/jasonehines>`__
|
- `Jason Hines (@jasonehines) <https://github.com/jasonehines>`__
|
||||||
- `JbLb (@jblb) <https://github.com/jblb>`__
|
- `JbLb (@jblb) <https://github.com/jblb>`__
|
||||||
- `James Callaghan (@jcallaghan) <https://github.com/jcallaghan>`__
|
- `James Callaghan (@jcallaghan) <https://github.com/jcallaghan>`__
|
||||||
|
- `Josh Willox (@jcwillox) <https://github.com/jcwillox>`__
|
||||||
- `Joshua Dadswell (@jdads1) <https://github.com/jdads1>`__
|
- `Joshua Dadswell (@jdads1) <https://github.com/jdads1>`__
|
||||||
- `jeff-h (@jeff-h) <https://github.com/jeff-h>`__
|
- `jeff-h (@jeff-h) <https://github.com/jeff-h>`__
|
||||||
- `Jeff Rescignano (@JeffResc) <https://github.com/JeffResc>`__
|
- `Jeff Rescignano (@JeffResc) <https://github.com/JeffResc>`__
|
||||||
@ -591,4 +592,4 @@ Contributors
|
|||||||
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
|
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
|
||||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||||
|
|
||||||
*This page was last updated June 21, 2021.*
|
*This page was last updated June 23, 2021.*
|
||||||
|
Loading…
Reference in New Issue
Block a user