From ca6535cc6a68cde76a201393478e0452fbc6fed7 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sun, 3 Nov 2019 00:20:38 +0100 Subject: [PATCH 01/10] Bump version to v1.14.2 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index d71229de6..c1934065a 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.14.1 +PROJECT_NUMBER = 1.14.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 diff --git a/Makefile b/Makefile index 5fb2f62b0..0722e7264 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = v1.14.1 +ESPHOME_REF = v1.14.2 .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 30f101cbe..a32d5a6ad 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -1.14.1 \ No newline at end of file +1.14.2 \ No newline at end of file diff --git a/conf.py b/conf.py index c23c58612..ea4d41ad1 100644 --- a/conf.py +++ b/conf.py @@ -72,7 +72,7 @@ author = 'Otto Winter' # The short X.Y version. version = '1.14' # The full version, including alpha/beta/rc tags. -release = '1.14.1' +release = '1.14.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 7da04bf2fdfca56098931be5e085ff5de0cc906c Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sun, 3 Nov 2019 00:21:20 +0100 Subject: [PATCH 02/10] Update changelog --- changelog/v1.14.0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog/v1.14.0.rst b/changelog/v1.14.0.rst index 5ea1ea8c1..29db75eab 100644 --- a/changelog/v1.14.0.rst +++ b/changelog/v1.14.0.rst @@ -141,6 +141,11 @@ Release 1.14.1 - November 2 - esphome: Add servo missing restore option to codegen :esphomepr:`829` - docs: Document missing servo restore option :docspr:`398` +Release 1.14.2 - November 3 +--------------------------- + +- esphome: Fix weird ESP8266 wifi crashes :esphomepr:`831` + Notable Changes & New Features ------------------------------ From db2fe4c79c8f3fecd793efbe7a1d985c6451b79b Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Tue, 5 Nov 2019 21:42:49 +0100 Subject: [PATCH 03/10] Fix typo: as3935 sensor docs (#401) "diestance" -> "distance" --- components/sensor/as3935.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/as3935.rst b/components/sensor/as3935.rst index aa6152939..5730bf351 100644 --- a/components/sensor/as3935.rst +++ b/components/sensor/as3935.rst @@ -11,7 +11,7 @@ The ``as3935`` sensor platform allows you to use your as3935 sensor in order to get notified when a thunderstorm is getting close. The AS3935 can detect the presence of lightning activity and provide an estimation -on the diestance to the head of the storm. The chip issues a notification through an interrupt +on the distance to the head of the storm. The chip issues a notification through an interrupt pin. The AS3935 can be configured to use either the SPI **or** I2C protocol for data communication. From 40336953f5378e6b1eb91be5f59ea752966c5613 Mon Sep 17 00:00:00 2001 From: Matthew Harrold Date: Tue, 5 Nov 2019 20:42:56 +0000 Subject: [PATCH 04/10] Remove references to scan_interval (#400) --- components/binary_sensor/ble_presence.rst | 1 - components/sensor/ble_rssi.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/components/binary_sensor/ble_presence.rst b/components/binary_sensor/ble_presence.rst index 0d5b141a4..03b908aa7 100644 --- a/components/binary_sensor/ble_presence.rst +++ b/components/binary_sensor/ble_presence.rst @@ -16,7 +16,6 @@ bluetooth low energy device. # Example configuration entry esp32_ble_tracker: - scan_interval: 300s binary_sensor: - platform: ble_presence diff --git a/components/sensor/ble_rssi.rst b/components/sensor/ble_rssi.rst index 88d2b1df7..0be2523b3 100644 --- a/components/sensor/ble_rssi.rst +++ b/components/sensor/ble_rssi.rst @@ -14,7 +14,6 @@ instructions for setting up this platform. # Example configuration entry esp32_ble_tracker: - scan_interval: 300s sensor: - platform: ble_rssi From ddb48b190e8d690f468479d9fc5d8bee6a7f4d44 Mon Sep 17 00:00:00 2001 From: Taigar2015 Date: Wed, 6 Nov 2019 14:19:30 +0100 Subject: [PATCH 05/10] =?UTF-8?q?Update=20brilliant-mirabella-genio-smart-?= =?UTF-8?q?plugs.rst=20-=20Added=20Gosund=E2=80=A6=20(#402)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update brilliant-mirabella-genio-smart-plugs.rst * Update brilliant-mirabella-genio-smart-plugs.rst * Update brilliant-mirabella-genio-smart-plugs.rst Fixed URL --- .../brilliant-mirabella-genio-smart-plugs.rst | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/cookbook/brilliant-mirabella-genio-smart-plugs.rst b/cookbook/brilliant-mirabella-genio-smart-plugs.rst index 6c5d1889a..283b93d55 100644 --- a/cookbook/brilliant-mirabella-genio-smart-plugs.rst +++ b/cookbook/brilliant-mirabella-genio-smart-plugs.rst @@ -216,6 +216,74 @@ which these adaptions created by `@cryptelli Date: Thu, 7 Nov 2019 14:26:34 +0300 Subject: [PATCH 06/10] DIY Examples: Add Universal IR Remote ZJ-A1 link (#404) ESPHome config for Universal IR Remote ZJ-A1 (russian) --- guides/diy.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/diy.rst b/guides/diy.rst index ca2bca09e..4afe773ad 100644 --- a/guides/diy.rst +++ b/guides/diy.rst @@ -74,3 +74,4 @@ Sample Configurations - `LOHAS RGBW/CWWW Smart bulbs `__ by `digiblurDIY `__ - `ESPHome with MakerLife Weather Station Kit `__ by :ghuser:`mkuoppa` - `ESPHome DIY Multisensor Cat Feeder `__ by :ghuser:`335iguy` +- `ESPHome config for Universal IR Remote ZJ-A1 (russian) `__ by `kvvhost `__ From 08cc779dead90c5f916e3bd0e577d59ed59967d0 Mon Sep 17 00:00:00 2001 From: Bergont Nicolas Date: Thu, 7 Nov 2019 15:39:41 +0100 Subject: [PATCH 07/10] DIY Examples : add Custom ESPHome for Wofea Alarm (#405) --- guides/diy.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/diy.rst b/guides/diy.rst index 4afe773ad..f749deedf 100644 --- a/guides/diy.rst +++ b/guides/diy.rst @@ -56,6 +56,7 @@ Custom Components & Code - `Custom ESPHome Keypad sensor `__ by :ghuser:`Syralist` - `LINP-Doorbell-g03 Custom Component `__ by :ghuser:`pauln` - `ESPHome <-> Homebridge `__ by `basdelfos `__ +- `Custom ESPHome for Wofea V10 Alarm `__ by :ghuser:`nbergont` Sample Configurations --------------------- From 289f9e8f5254c44cd7a6e27fd793426a9627311f Mon Sep 17 00:00:00 2001 From: ankycooper Date: Fri, 8 Nov 2019 08:36:08 +1100 Subject: [PATCH 08/10] Update Mirabella Genio red LED GPIO (#406) Update 3.2 Mirabella Genio Wi-Fi 1 USB Adaptor to use red LED on GPIO4 --- cookbook/brilliant-mirabella-genio-smart-plugs.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cookbook/brilliant-mirabella-genio-smart-plugs.rst b/cookbook/brilliant-mirabella-genio-smart-plugs.rst index 283b93d55..80cb719e0 100644 --- a/cookbook/brilliant-mirabella-genio-smart-plugs.rst +++ b/cookbook/brilliant-mirabella-genio-smart-plugs.rst @@ -211,11 +211,24 @@ which these adaptions created by `@cryptelli Date: Tue, 12 Nov 2019 17:37:46 +0300 Subject: [PATCH 09/10] Update lcd_display.rst (#411) --- components/display/lcd_display.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/display/lcd_display.rst b/components/display/lcd_display.rst index e6631f759..39e6b6006 100644 --- a/components/display/lcd_display.rst +++ b/components/display/lcd_display.rst @@ -46,7 +46,7 @@ As the communication with the :ref:`I²C Bus `, you need to have an ``i2c:` Configuration variables: ************************ -- **dimensions** (**Required**, string): The dimensions of the display with ``ROWSxCOLUMNS``. If you're not +- **dimensions** (**Required**, string): The dimensions of the display with ``COLUMNSxROWS``. If you're not sure, power the display up and just count them. - **address** (*Optional*, int): The :ref:`I²C ` address of the PCF8574 chip, defaults to ``0x3F``. - **lambda** (*Optional*, :ref:`lambda `): The lambda to use for rendering the content on the display. @@ -90,7 +90,7 @@ commonly sold with a PCF8574 chip which only need two lines to the ESP, for that Configuration variables: ************************ -- **dimensions** (**Required**, string): The dimensions of the display with ``ROWSxCOLUMNS``. If you're not +- **dimensions** (**Required**, string): The dimensions of the display with ``COLUMNSxROWS``. If you're not sure, power the display up and just count them. - **data_pins** (**Required**, list of :ref:`Pin Schemas `): A list of the data pins you have hooked up to the LCD. The list can either be 8 items long (when you have connected all 8 data pins), or From e49a97a2fe23d462f028a09e4f9be626c77c9d95 Mon Sep 17 00:00:00 2001 From: Hamish Moffatt <7577172+hmoffatt@users.noreply.github.com> Date: Mon, 18 Nov 2019 09:18:19 +1100 Subject: [PATCH 10/10] add Topersun smart plug (#413) * add Topersun smart plug * fix copy and paste error --- .../brilliant-mirabella-genio-smart-plugs.rst | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/cookbook/brilliant-mirabella-genio-smart-plugs.rst b/cookbook/brilliant-mirabella-genio-smart-plugs.rst index 80cb719e0..65a5db03f 100644 --- a/cookbook/brilliant-mirabella-genio-smart-plugs.rst +++ b/cookbook/brilliant-mirabella-genio-smart-plugs.rst @@ -297,6 +297,59 @@ which these adaptions created by `@cryptelli