Merge pull request #1260 from esphome/bump-1.19.1

1.19.1
This commit is contained in:
Jesse Hills 2021-06-18 12:10:52 +12:00 committed by GitHub
commit 5359d7a47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 5 deletions

View File

@ -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 = 1.19.0
PROJECT_NUMBER = 1.19.1
# 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

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = v1.19.0
ESPHOME_REF = v1.19.1
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png

View File

@ -1 +1 @@
1.19.0
1.19.1

View File

@ -69,6 +69,14 @@ we now have ``esphome run config.yaml``. The old format is still accepted and wi
but there is a **breaking change** with this release which is the arguments ``--upload-port`` and ``--serial-port`` have been
combined and changed to ``--device``.
Release 1.19.1 - June 18
------------------------
- Update dashboard to 20210617.0 :esphomepr:`1930` by :ghuser:`balloob`
- Fix: midea_ac: fixed query status frame :esphomepr:`1922` by :ghuser:`dudanov`
- Improve config final validation :esphomepr:`1917` by :ghuser:`OttoWinter`
- Replace CLIMATE_MODE_AUTO with CLIMATE_MODE_HEAT_COOL in most cases :esphomepr:`1933` by :ghuser:`jesserockz`
Full list of changes
--------------------

View File

@ -69,7 +69,7 @@ author = "Otto Winter"
# The short X.Y version.
version = "1.19"
# The full version, including alpha/beta/rc tags.
release = "1.19.0"
release = "1.19.1"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -529,6 +529,7 @@ Contributors
- `thubot (@thubot) <https://github.com/thubot>`__
- `tiagofreire-pt (@tiagofreire-pt) <https://github.com/tiagofreire-pt>`__
- `Tijs-B (@Tijs-B) <https://github.com/Tijs-B>`__
- `Aidan Timson (@timmo001) <https://github.com/timmo001>`__
- `Tim P (@timpur) <https://github.com/timpur>`__
- `Tim Savage (@timsavage) <https://github.com/timsavage>`__
- `Max Efremov (@Tmin10) <https://github.com/Tmin10>`__
@ -587,4 +588,4 @@ Contributors
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated June 17, 2021.*
*This page was last updated June 18, 2021.*