mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-25 03:13:03 +01:00
Bump version to v1.11.2
This commit is contained in:
parent
1b2f03dc5d
commit
1cc9ffb494
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.11.1
|
||||
PROJECT_NUMBER = 1.11.2
|
||||
|
||||
# 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_CORE_PATH = ../esphome-core
|
||||
ESPHOME_CORE_TAG = v1.11.1
|
||||
ESPHOME_CORE_TAG = v1.11.2
|
||||
|
||||
.PHONY: html cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.11.1
|
||||
1.11.2
|
@ -75,6 +75,23 @@ I've made that a top priority for the next release, but I've hit some road block
|
||||
prevented it from working in a stable way for this release (and I needed to finally get this darn
|
||||
release out).
|
||||
|
||||
Release 1.11.2 - February 26
|
||||
----------------------------
|
||||
|
||||
- docs: Fix units on the valid frequency values :docspr:`170` by :ghuser:`kwdavidson`
|
||||
- esphome: Allow non-pullup pins for dallas :esphomepr:`456`
|
||||
- core: Turn off light at 0% brightness :corepr:`526`
|
||||
- core: HLW8012 don't count a single pulse as power :corepr:`527`
|
||||
- core: Set initial brightness to 0 when turning light on :corepr:`528`
|
||||
- core: Allow white value of addressable lights to be controlled independently of brightness :corepr:`529`
|
||||
- core: Fix WiFi not connecting to open networks :corepr:`531`
|
||||
- esphome: Remove automatic update check :esphomepr:`457`
|
||||
- esphome: Fix mDNS library added only with OTA :esphomepr:`451`
|
||||
- docs: Merge dallas component :docspr:`179` by :ghuser:`FrengerH`
|
||||
- docs: Correct ultrasonic filter_nan example :docspr:`159` by :ghuser:`apeeters`
|
||||
- docs: Cookbook entry for Display component :docspr:`173` by :ghuser:`ahd71`
|
||||
- core: Fix light partition src offset :corepr:`525`
|
||||
|
||||
Release 1.11.1 - February 23
|
||||
----------------------------
|
||||
|
||||
|
2
conf.py
2
conf.py
@ -73,7 +73,7 @@ author = 'Otto Winter'
|
||||
# The short X.Y version.
|
||||
version = '1.11'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.11.1'
|
||||
release = '1.11.2'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
Reference in New Issue
Block a user