mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-04 23:52:18 +01:00
commit
5359d7a47e
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 = 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
|
||||
|
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.19.0
|
||||
1.19.1
|
@ -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
|
||||
--------------------
|
||||
|
||||
|
2
conf.py
2
conf.py
@ -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.
|
||||
|
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user