Merge pull request #1136 from esphome/bump-1.17.1

1.17.1
This commit is contained in:
Jesse Hills 2021-05-05 22:47:04 +12:00 committed by GitHub
commit ae6066a4f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 35 additions and 6 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.17.0
PROJECT_NUMBER = 1.17.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.17.0
ESPHOME_REF = v1.17.1
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png

View File

@ -1 +1 @@
1.17.0
1.17.1

View File

@ -62,6 +62,23 @@ Notable Changes
- esphome: Add default device classes to sensor components :esphomepr:`1533` by :ghuser:`marecabo` (notable-change)
- esphome: Add addressable_light display platform :esphomepr:`1272` by :ghuser:`justfalter` (new-integration) (notable-change)
Release 1.17.1 - May 5
----------------------
- esphome: Fix BLE UUID matching :esphomepr:`1637` by :ghuser:`buxtronix`
- esphome: Add optional bindkey support for CGG1. :esphomepr:`1407` by :ghuser:`Flameeyes`
- docs: Update CGG1 documentation around bindkey :docspr:`876` by :ghuser:`Flameeyes`
- esphome: buffer allocation and TRUEFALSE templates :esphomepr:`1644` by :ghuser:`SenexCrenshaw`
- esphome: fix servo not reattaching with same target :esphomepr:`1649` by :ghuser:`glmnet`
- esphome: Fix colorlog removing colors and refactor color code :esphomepr:`1671`
- esphome: Fix servo detach chopped PWM :esphomepr:`1650` by :ghuser:`glmnet`
- esphome: Fix sensor.sensor_schema interface changed :esphomepr:`1659`
- esphome: Sensor Average Filter Fix Floating Pointer Error Accumulating :esphomepr:`1624`
- esphome: Added / to default glyphs :esphomepr:`1691` by :ghuser:`richardklingler`
- esphome: RC522 fixes :esphomepr:`1479` by :ghuser:`glmnet`
- 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`
All changes
-----------

View File

@ -140,7 +140,9 @@ Configuration example:
CGG1
****
Hygro thermometer, round body, e-ink display
Cleargrass (Qingping): hygro thermometer, round body, e-ink display.
New firmware requires a bindkey in order to decrypt the received data (see :ref:`obtaining_the_bindkey`), and stopped broadcasting battery level.
.. figure:: images/xiaomi_cgg1.jpg
:align: center
@ -159,6 +161,13 @@ Configuration example:
name: "CGG1 Humidity"
battery_level:
name: "CGG1 Battery Level"
- platform: xiaomi_cgg1
mac_address: "7A:80:8E:28:39:CD"
bindkey: "00112233445566778899aabbccddeeff"
temperature:
name: "CGG1 (New) Temperature"
humidity:
name: "CGG1 (New) Humidity"
LYWSD03MMC
**********

View File

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

View File

@ -17,6 +17,7 @@ Contributors
(in alphabetical order)
- `0hax (@0hax) <https://github.com/0hax>`__
- `0x0a11c0de (@0x0a11c0de) <https://github.com/0x0a11c0de>`__
- `2016for (@2016for) <https://github.com/2016for>`__
- `Pavel Golovin (@31337Ghost) <https://github.com/31337Ghost>`__
- `David Martin (@3ative) <https://github.com/3ative>`__
@ -35,6 +36,7 @@ Contributors
- `Airy André (@airy10) <https://github.com/airy10>`__
- `akoivist (@akoivist) <https://github.com/akoivist>`__
- `Andrej Komelj (@akomelj) <https://github.com/akomelj>`__
- `Alex Konradi (@akonradi) <https://github.com/akonradi>`__
- `Alone (@al-one) <https://github.com/al-one>`__
- `Alex (@alex-richards) <https://github.com/alex-richards>`__
- `Alexander Leisentritt (@Alex9779) <https://github.com/Alex9779>`__
@ -94,6 +96,7 @@ Contributors
- `Chris Talkington (@ctalkington) <https://github.com/ctalkington>`__
- `Alex Solomaha (@CyanoFresh) <https://github.com/CyanoFresh>`__
- `Luar Roji (@cyberplant) <https://github.com/cyberplant>`__
- `d-two (@d-two) <https://github.com/d-two>`__
- `Dale Higgs (@dale3h) <https://github.com/dale3h>`__
- `damanti-me (@damanti-me) <https://github.com/damanti-me>`__
- `Daniel Bjørnbakk (@danibjor) <https://github.com/danibjor>`__
@ -525,4 +528,4 @@ Contributors
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated May 4, 2021.*
*This page was last updated May 5, 2021.*