From aac1c4e498a3b17584e0432462bc373519344441 Mon Sep 17 00:00:00 2001 From: Sven Serlier <85389871+wrt54g@users.noreply.github.com> Date: Mon, 13 Feb 2023 07:24:13 +0100 Subject: [PATCH 1/5] Update sgp30 URL (#2636) --- components/sensor/sgp30.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/sgp30.rst b/components/sensor/sgp30.rst index e75346642..65494c952 100644 --- a/components/sensor/sgp30.rst +++ b/components/sensor/sgp30.rst @@ -6,7 +6,7 @@ SGP30 CO₂ and Volatile Organic Compound Sensor :image: sgp30.jpg The ``sgp30`` sensor platform allows you to use your Sensirion SGP30 multi-pixel gas -(`datasheet `__) sensors or the SVM30 breakout-boards (`product page `__) with ESPHome. +(`datasheet `__) sensors or the SVM30 breakout-boards (`product page `__) with ESPHome. The :ref:`I²C Bus ` is required to be set up in your configuration for this sensor to work. .. figure:: images/eco2-tvoc.png From 1b65ed1d8b199903e77e8c57495eeffff594596a Mon Sep 17 00:00:00 2001 From: Sergey Dudanov Date: Tue, 14 Feb 2023 04:35:11 +0400 Subject: [PATCH 2/5] Issue3914 (#2665) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- components/climate/midea.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/climate/midea.rst b/components/climate/midea.rst index 4a26bcb14..38b899304 100644 --- a/components/climate/midea.rst +++ b/components/climate/midea.rst @@ -49,23 +49,23 @@ The ``midea`` component creates a Midea air conditioner climate device. min_temperature: 17 °C # min: 17 max_temperature: 30 °C # max: 30 temperature_step: 0.5 °C # min: 0.5 - supported_modes: # All capabilities in this section detected by autoconf. - - FAN_ONLY # This capability is always used. + supported_modes: # Optional. All capabilities in this section may be detected by autoconf. + - FAN_ONLY - HEAT_COOL - COOL - HEAT - DRY - custom_fan_modes: + custom_fan_modes: # Optional - SILENT - TURBO - supported_presets: # All capabilities in this section detected by autoconf. + supported_presets: # Optional. All capabilities in this section may be detected by autoconf. - ECO - BOOST - - SLEEP # This capability is always used. - custom_presets: # All capabilities in this section detected by autoconf. + - SLEEP + custom_presets: # Optional. All capabilities in this section may be detected by autoconf. - FREEZE_PROTECTION - supported_swing_modes: - - VERTICAL # This capability is always used. + supported_swing_modes: # Optional + - VERTICAL - HORIZONTAL - BOTH outdoor_temperature: # Optional. Outdoor temperature sensor (may display incorrect values after long inactivity). From cb45e4673374c799f353e4a9ae4fc2a1cbd0ae0f Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 14 Feb 2023 13:59:52 +1300 Subject: [PATCH 3/5] Bump version to 2023.2.0b5 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 1b6b7c185..a98223db0 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 = 2023.2.0b4 +PROJECT_NUMBER = 2023.2.0b5 # 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 81f247b3e..907a1ca74 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.2.0b4 +ESPHOME_REF = 2023.2.0b5 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index 84d5d601a..50f346d84 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.2.0b4 \ No newline at end of file +2023.2.0b5 \ No newline at end of file diff --git a/conf.py b/conf.py index 5b5d6f592..cdc593371 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2023.2" # The full version, including alpha/beta/rc tags. -release = "2023.2.0b4" +release = "2023.2.0b5" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 842e984d299a229268a7eb9ae38d3b1a06c4a7af Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:01:12 +1300 Subject: [PATCH 4/5] Update changelog for 2023.2.0b5 --- changelog/2023.2.0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog/2023.2.0.rst b/changelog/2023.2.0.rst index 866743969..ceb466def 100644 --- a/changelog/2023.2.0.rst +++ b/changelog/2023.2.0.rst @@ -80,6 +80,11 @@ Beta Changes - Climate PID Autotune Logging fixes :esphomepr:`4136` by :ghuser:`patrickcollins12` - Add Clipping to displaybuffer :esphomepr:`4271` by :ghuser:`nielsnl68` - Fix check for empty clipping array :esphomepr:`4421` by :ghuser:`nielsnl68` +- Ledc fix :esphomepr:`4338` by :ghuser:`xvil` +- Add version api endpoint :esphomepr:`4429` by :ghuser:`jesserockz` +- Handle uart.write in json-config endpoint :esphomepr:`4430` by :ghuser:`jesserockz` +- Bump esphome-dashboard to 20230214.0 :esphomepr:`4431` by :ghuser:`jesserockz` +- Fix setting wrong traits on midea climate component :esphomepr:`4425` by :ghuser:`dudanov` All changes ^^^^^^^^^^^ From 6cd06f347a2e56d1a33c7cf91631bdbf4a19b8dd Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:01:40 +1300 Subject: [PATCH 5/5] Update supporters for 2023.2.0b5 --- guides/supporters.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 3778e25bb..39c2ccc5d 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -295,6 +295,7 @@ Contributors - `Evan Coleman (@evandcoleman) `__ - `Clemens Kirchgatterer (@everslick) `__ - `Evgeni Golov (@evgeni) `__ +- `Expaso (@Expaso) `__ - `Malte Franken (@exxamalte) `__ - `Fabian Affolter (@fabaff) `__ - `Federico Ariel Castagnini (@facastagnini) `__ @@ -579,7 +580,6 @@ Contributors - `matikij (@matikij) `__ - `Michel Marti (@matoxp) `__ - `matt123p (@matt123p) `__ -- `Matteo Franceschini (@matteofranceschini) `__ - `Matthew Mazzanti (@matthewmazzanti) `__ - `matthias882 (@matthias882) `__ - `Matus Ivanecky (@maty535) `__ @@ -730,6 +730,7 @@ Contributors - `Robin Pronk (@rfpronk) `__ - `Richard Klingler (@richardklingler) `__ - `Richard Lewis (@richrd) `__ +- `Andre Borie (@Rjevski) `__ - `rjlexx (@rjlexx) `__ - `René Klomp (@rklomp) `__ - `rlowens (@rlowens) `__ @@ -833,14 +834,12 @@ Contributors - `Zixuan Wang (@TheNetAdmin) `__ - `Dominik Bruhn (@theomega) `__ - `Florian Gareis (@TheZoker) `__ -- `Thomas Klingbeil (@thomasklingbeil) `__ - `Thomas Dietrich (@ThomDietrich) `__ - `Andrew Thompson (@thompsa) `__ - `John (@thorrak) `__ - `tiagofreire-pt (@tiagofreire-pt) `__ - `Tijs-B (@Tijs-B) `__ - `Aidan Timson (@timmo001) `__ -- `Tim Niemueller (@timn) `__ - `Tim Savage (@timsavage) `__ - `Snōwball (@tobias-) `__ - `Philipp Tölke (@toelke) `__ @@ -895,6 +894,7 @@ Contributors - `Sven Serlier (@wrt54g) `__ - `Wolfgang Tremmel (@wtremmel) `__ - `wysiwyng (@wysiwyng) `__ +- `WitchKing (@xvil) `__ - `Yaroslav (@Yarikx) `__ - `Marcin Jaworski (@yawor) `__ - `Pavel (@yekm) `__ @@ -909,4 +909,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated February 13, 2023.* +*This page was last updated February 14, 2023.*