mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-28 22:42:05 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
725897b782
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
|
@ -79,6 +79,13 @@ Release 1.17.1 - May 5
|
||||
- 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`
|
||||
|
||||
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
|
||||
-----------
|
||||
|
||||
|
@ -129,6 +129,7 @@ Contributors
|
||||
- `Marcos Pérez Ferro (@djwmarcx) <https://github.com/djwmarcx>`__
|
||||
- `Dan Mannock (@dmannock) <https://github.com/dmannock>`__
|
||||
- `dmkif (@dmkif) <https://github.com/dmkif>`__
|
||||
- `Farzad E. (@dnetguru) <https://github.com/dnetguru>`__
|
||||
- `DrZoid (@docteurzoidberg) <https://github.com/docteurzoidberg>`__
|
||||
- `Jiang Sheng (@doskoi) <https://github.com/doskoi>`__
|
||||
- `Robert Schütz (@dotlambda) <https://github.com/dotlambda>`__
|
||||
@ -528,4 +529,4 @@ Contributors
|
||||
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
|
||||
- `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