From 5f430183c91a497ca09927afea2e706778cc913d Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 21 Jul 2021 11:04:12 +1200 Subject: [PATCH] Update changelog for 1.20.0b6 --- changelog/v1.20.0.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog/v1.20.0.rst b/changelog/v1.20.0.rst index 5a4877654..16ec2d9ca 100644 --- a/changelog/v1.20.0.rst +++ b/changelog/v1.20.0.rst @@ -53,6 +53,12 @@ will know whether or not the node is online. :width: 50.0% +Nextion +------- + +Need to write something about the nextion changes here... + + Full list of changes -------------------- @@ -62,6 +68,7 @@ New Features - Allow WiFi AP to use device name :esphomepr:`1990` by :ghuser:`jesserockz` (new-feature) - Add Number entities (from Home Assistant) :esphomepr:`1971` by :ghuser:`jesserockz` (new-feature) (new-integration) (notable-change) - Nextion upload and sensors :esphomepr:`1464` by :ghuser:`SenexCrenshaw` (new-feature) (notable-change) +- Adding last_reset_type to sensors that should support it. :esphomepr:`2039` by :ghuser:`jesserockz` (new-feature) New Integrations ^^^^^^^^^^^^^^^^ @@ -99,6 +106,9 @@ Beta fixes - Bump dashboard to 20210719.0 :esphomepr:`2043` by :ghuser:`balloob` - Correct ADS1115 handling of multiple sensors in continuous mode :esphomepr:`2016` by :ghuser:`flacjacket` - ESP32 ADC use esp-idf :esphomepr:`2024` by :ghuser:`OttoWinter` +- Fix white value transition for addressable lights :esphomepr:`2045` by :ghuser:`oxan` +- Adding last_reset_type to sensors that should support it. :esphomepr:`2039` by :ghuser:`jesserockz` (new-feature) +- Remove superfluous polling on ADS1115 :esphomepr:`2015` by :ghuser:`flacjacket` All changes ^^^^^^^^^^^ @@ -171,6 +181,9 @@ All changes - Bump dashboard to 20210719.0 :esphomepr:`2043` by :ghuser:`balloob` - Correct ADS1115 handling of multiple sensors in continuous mode :esphomepr:`2016` by :ghuser:`flacjacket` - ESP32 ADC use esp-idf :esphomepr:`2024` by :ghuser:`OttoWinter` +- Fix white value transition for addressable lights :esphomepr:`2045` by :ghuser:`oxan` +- Adding last_reset_type to sensors that should support it. :esphomepr:`2039` by :ghuser:`jesserockz` (new-feature) +- Remove superfluous polling on ADS1115 :esphomepr:`2015` by :ghuser:`flacjacket` Past Changelogs ---------------