From a665d8f24fed425d30588de59fa63e113da0ce7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 25 Mar 2021 18:33:24 +0000 Subject: [PATCH 1/4] xiaomi_ble: update docs around CGG1 and bindkey. (#876) --- components/sensor/xiaomi_ble.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/components/sensor/xiaomi_ble.rst b/components/sensor/xiaomi_ble.rst index 9ee142c84..0a02ba543 100644 --- a/components/sensor/xiaomi_ble.rst +++ b/components/sensor/xiaomi_ble.rst @@ -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 ********** From 509d15e06f15b84ef4741bc45034046e873f7796 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 5 May 2021 22:35:21 +1200 Subject: [PATCH 2/4] Bump version to v1.17.1 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 28a30553d..5d6b6d984 100644 --- a/Doxygen +++ b/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.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 diff --git a/Makefile b/Makefile index 44f23078a..3cf5f3a7d 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/_static/version b/_static/version index 73d74673c..507266ba0 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -1.17.0 \ No newline at end of file +1.17.1 \ No newline at end of file diff --git a/conf.py b/conf.py index b0c7c64b8..993bcec6d 100644 --- a/conf.py +++ b/conf.py @@ -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. From 43b0de88228d02f8a39f5fa112e43abaeddf13fb Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 5 May 2021 22:36:24 +1200 Subject: [PATCH 3/4] Update changelog for 1.17.1 --- changelog/v1.17.0.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/changelog/v1.17.0.rst b/changelog/v1.17.0.rst index 0dc2679bc..fddac3d81 100644 --- a/changelog/v1.17.0.rst +++ b/changelog/v1.17.0.rst @@ -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 ----------- From 4d2ba51c081b64192785a0130d5fa37dd1562846 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 5 May 2021 22:36:40 +1200 Subject: [PATCH 4/4] Update supporters for 1.17.1 --- guides/supporters.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 2bba79b20..427837f9d 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -17,6 +17,7 @@ Contributors (in alphabetical order) - `0hax (@0hax) `__ +- `0x0a11c0de (@0x0a11c0de) `__ - `2016for (@2016for) `__ - `Pavel Golovin (@31337Ghost) `__ - `David Martin (@3ative) `__ @@ -35,6 +36,7 @@ Contributors - `Airy André (@airy10) `__ - `akoivist (@akoivist) `__ - `Andrej Komelj (@akomelj) `__ +- `Alex Konradi (@akonradi) `__ - `Alone (@al-one) `__ - `Alex (@alex-richards) `__ - `Alexander Leisentritt (@Alex9779) `__ @@ -94,6 +96,7 @@ Contributors - `Chris Talkington (@ctalkington) `__ - `Alex Solomaha (@CyanoFresh) `__ - `Luar Roji (@cyberplant) `__ +- `d-two (@d-two) `__ - `Dale Higgs (@dale3h) `__ - `damanti-me (@damanti-me) `__ - `Daniel Bjørnbakk (@danibjor) `__ @@ -525,4 +528,4 @@ Contributors - `San (@zhujunsan) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated May 4, 2021.* +*This page was last updated May 5, 2021.*