diff --git a/changelog/2023.2.0.rst b/changelog/2023.2.0.rst index 124146c7c..fe3afa773 100644 --- a/changelog/2023.2.0.rst +++ b/changelog/2023.2.0.rst @@ -67,6 +67,12 @@ Release 2023.2.2 - February 17 - Fix adoption of variants and pico-w :esphomepr:`4455` by :ghuser:`jesserockz` +Release 2023.2.3 - February 20 +------------------------------ + +- Fix MQTT discovery for climate after preset implementation :esphomepr:`4451` by :ghuser:`jmichiel` +- Update distribution manifest :esphomepr:`4459` by :ghuser:`jesserockz` + Full list of changes -------------------- diff --git a/components/matrix_keypad.rst b/components/matrix_keypad.rst index 3fd3e579f..a5dfab49a 100644 --- a/components/matrix_keypad.rst +++ b/components/matrix_keypad.rst @@ -40,9 +40,10 @@ Configuration variables: - **id** (*Optional*, :ref:`config-id`): Set the ID of this device for use in lambdas. - **rows** (**Required**, list): A list of :ref:`pins ` where the horrizontal - matrix lines are connected, in order from top to bottom. + matrix lines are connected, in order from top to bottom. These pins need to be output capable. - **columns** (**Required**, list): A list of :ref:`pins ` where the vertical - matrix lines are connected, in order from left to right. + matrix lines are connected, in order from left to right. These pins need to be input capable + with pullups enabled. If there is no internal pullup, then an external one is required. - **keys** (*Optional*, string): The keys present on the matrix, from top left to bottom right, row by row. Required for ``key_collector`` and ``binary_sensor`` (if using key selection). - **has_diodes** (*Optional*, boolean): For pads where row pins are outputs, and the keys are diff --git a/components/sensor/ens210.rst b/components/sensor/ens210.rst index 462454789..7adc85316 100644 --- a/components/sensor/ens210.rst +++ b/components/sensor/ens210.rst @@ -23,7 +23,7 @@ The ``ENS210`` Temperature+Humidity sensor allows you to use your ENS210 # Example configuration entry sensor: - - platform: ENS210 + - platform: ens210 temperature: name: "Living Room Temperature" humidity: diff --git a/guides/creators.rst b/guides/creators.rst index 4f7bc7189..dc8c459ab 100644 --- a/guides/creators.rst +++ b/guides/creators.rst @@ -50,9 +50,6 @@ Example configuration # In combination with the `ap` this allows the user # to provision wifi credentials to the device. captive_portal: - # Optionally, preserve provisioned credentials - # over subsequent OTA updates. - keep_user_credentials: true # Sets up Bluetooth LE (Only on ESP32) to allow the user # to provision wifi credentials to the device. diff --git a/guides/supporters.rst b/guides/supporters.rst index b9b6310c8..29187c06c 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -18,7 +18,6 @@ Contributors - `0hax (@0hax) `__ - `0x0a11c0de (@0x0a11c0de) `__ -- `Tercio Filho (@0x3333) `__ - `Denis Bodor (aka Lefinnois) (@0xDRRB) `__ - `2016for (@2016for) `__ - `2mikrobi (@2mikrobi) `__ @@ -42,6 +41,7 @@ Contributors - `Anders (@ahd71) `__ - `Alexander Pohl (@ahpohl) `__ - `Airy André (@airy10) `__ +- `Adam Jacques (@ajacques) `__ - `Andrej Friesen (@ajfriesen) `__ - `akoivist (@akoivist) `__ - `Andrej Komelj (@akomelj) `__ @@ -158,6 +158,7 @@ Contributors - `Kostas Chatzikokolakis (@chatziko) `__ - `chris-jennings (@chris-jennings) `__ - `Chris (@chrismaki) `__ +- `Christoph Wagner (@Christoph-Wagner) `__ - `Christian Taedcke (@chrta) `__ - `Pavel Skuratovich (@Chupaka) `__ - `Chris Johnson (@ciband) `__ @@ -455,6 +456,7 @@ Contributors - `Jean-Luc Béchennec (@jlbirccyn) `__ - `Jonas De Kegel (@jlsjonas) `__ - `Jonathan Martens (@jmartens) `__ +- `jmichiel (@jmichiel) `__ - `Joe Gross (@joegross) `__ - `Johan van der Kuijl (@johanvanderkuijl) `__ - `Johboh (@Johboh) `__ @@ -724,6 +726,7 @@ Contributors - `Robert Cambridge (@rcambrj) `__ - `Rebbe Pod (@RebbePod) `__ - `Alex (@redwngsrul) `__ +- `Regev Brody (@regevbr) `__ - `Alex Reid (@reidprojects) `__ - `Reuben (@reubn) `__ - `Robin Pronk (@rfpronk) `__ @@ -815,12 +818,10 @@ Contributors - `Marcel Feix (@Syndlex) `__ - `Suryandaru Triandana (@syndtr) `__ - `SyXavier (@SyXavier) `__ -- `Teemu Mikkonen (@T3m3z) `__ - `Taigar2015 (@Taigar2015) `__ - `Levente Tamas (@tamisoft) `__ - `Aleksandr Oleinikov (@tannisroot) `__ - `tantive (@tantive) `__ -- `Team Super Panda (@teamsuperpanda) `__ - `Ryan Hoffman (@tekmaven) `__ - `testbughub (@testbughub) `__ - `Greg Lincoln (@tetious) `__ @@ -907,4 +908,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated February 17, 2023.* +*This page was last updated February 20, 2023.*