mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-27 17:37:45 +01:00
commit
ebe90a60f7
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.17.1
|
PROJECT_NUMBER = 1.17.2
|
||||||
|
|
||||||
# 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.17.1
|
ESPHOME_REF = v1.17.2
|
||||||
|
|
||||||
.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.17.1
|
1.17.2
|
@ -79,6 +79,13 @@ Release 1.17.1 - May 5
|
|||||||
- docs: Fixed typo in 1.17.0 changelogs :docspr:`1132` by :ghuser:`spacegaier`
|
- docs: Fixed typo in 1.17.0 changelogs :docspr:`1132` by :ghuser:`spacegaier`
|
||||||
- esphome: Do not call component update on failed components :esphomepr:`1392` by :ghuser:`alexyao2015`
|
- esphome: Do not call component update on failed components :esphomepr:`1392` by :ghuser:`alexyao2015`
|
||||||
|
|
||||||
|
Release 1.17.2 - May 9
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
- esphome: fixes #858 - esphome crashes with neolightbus and RMT :esphomepr:`1667` by :ghuser:`angelnu`
|
||||||
|
- docs: Fix abundant apostrophes :docspr:`1137` by :ghuser:`jmartens`
|
||||||
|
- docs: Add output part to binary light example :docspr:`1061` by :ghuser:`klaasnicolaas`
|
||||||
|
|
||||||
All changes
|
All 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.17"
|
version = "1.17"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "1.17.1"
|
release = "1.17.2"
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -129,6 +129,7 @@ Contributors
|
|||||||
- `Marcos Pérez Ferro (@djwmarcx) <https://github.com/djwmarcx>`__
|
- `Marcos Pérez Ferro (@djwmarcx) <https://github.com/djwmarcx>`__
|
||||||
- `Dan Mannock (@dmannock) <https://github.com/dmannock>`__
|
- `Dan Mannock (@dmannock) <https://github.com/dmannock>`__
|
||||||
- `dmkif (@dmkif) <https://github.com/dmkif>`__
|
- `dmkif (@dmkif) <https://github.com/dmkif>`__
|
||||||
|
- `Farzad E. (@dnetguru) <https://github.com/dnetguru>`__
|
||||||
- `DrZoid (@docteurzoidberg) <https://github.com/docteurzoidberg>`__
|
- `DrZoid (@docteurzoidberg) <https://github.com/docteurzoidberg>`__
|
||||||
- `Jiang Sheng (@doskoi) <https://github.com/doskoi>`__
|
- `Jiang Sheng (@doskoi) <https://github.com/doskoi>`__
|
||||||
- `Robert Schütz (@dotlambda) <https://github.com/dotlambda>`__
|
- `Robert Schütz (@dotlambda) <https://github.com/dotlambda>`__
|
||||||
@ -528,4 +529,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 May 5, 2021.*
|
*This page was last updated May 9, 2021.*
|
||||||
|
Loading…
Reference in New Issue
Block a user