mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
b101a1e80e
@ -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
|
||||
--------------------
|
||||
|
||||
|
@ -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 <config-pin_schema>` 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 <config-pin_schema>` 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
|
||||
|
@ -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:
|
||||
|
@ -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.
|
||||
|
@ -18,7 +18,6 @@ Contributors
|
||||
|
||||
- `0hax (@0hax) <https://github.com/0hax>`__
|
||||
- `0x0a11c0de (@0x0a11c0de) <https://github.com/0x0a11c0de>`__
|
||||
- `Tercio Filho (@0x3333) <https://github.com/0x3333>`__
|
||||
- `Denis Bodor (aka Lefinnois) (@0xDRRB) <https://github.com/0xDRRB>`__
|
||||
- `2016for (@2016for) <https://github.com/2016for>`__
|
||||
- `2mikrobi (@2mikrobi) <https://github.com/2mikrobi>`__
|
||||
@ -42,6 +41,7 @@ Contributors
|
||||
- `Anders (@ahd71) <https://github.com/ahd71>`__
|
||||
- `Alexander Pohl (@ahpohl) <https://github.com/ahpohl>`__
|
||||
- `Airy André (@airy10) <https://github.com/airy10>`__
|
||||
- `Adam Jacques (@ajacques) <https://github.com/ajacques>`__
|
||||
- `Andrej Friesen (@ajfriesen) <https://github.com/ajfriesen>`__
|
||||
- `akoivist (@akoivist) <https://github.com/akoivist>`__
|
||||
- `Andrej Komelj (@akomelj) <https://github.com/akomelj>`__
|
||||
@ -158,6 +158,7 @@ Contributors
|
||||
- `Kostas Chatzikokolakis (@chatziko) <https://github.com/chatziko>`__
|
||||
- `chris-jennings (@chris-jennings) <https://github.com/chris-jennings>`__
|
||||
- `Chris (@chrismaki) <https://github.com/chrismaki>`__
|
||||
- `Christoph Wagner (@Christoph-Wagner) <https://github.com/Christoph-Wagner>`__
|
||||
- `Christian Taedcke (@chrta) <https://github.com/chrta>`__
|
||||
- `Pavel Skuratovich (@Chupaka) <https://github.com/Chupaka>`__
|
||||
- `Chris Johnson (@ciband) <https://github.com/ciband>`__
|
||||
@ -455,6 +456,7 @@ Contributors
|
||||
- `Jean-Luc Béchennec (@jlbirccyn) <https://github.com/jlbirccyn>`__
|
||||
- `Jonas De Kegel (@jlsjonas) <https://github.com/jlsjonas>`__
|
||||
- `Jonathan Martens (@jmartens) <https://github.com/jmartens>`__
|
||||
- `jmichiel (@jmichiel) <https://github.com/jmichiel>`__
|
||||
- `Joe Gross (@joegross) <https://github.com/joegross>`__
|
||||
- `Johan van der Kuijl (@johanvanderkuijl) <https://github.com/johanvanderkuijl>`__
|
||||
- `Johboh (@Johboh) <https://github.com/Johboh>`__
|
||||
@ -724,6 +726,7 @@ Contributors
|
||||
- `Robert Cambridge (@rcambrj) <https://github.com/rcambrj>`__
|
||||
- `Rebbe Pod (@RebbePod) <https://github.com/RebbePod>`__
|
||||
- `Alex (@redwngsrul) <https://github.com/redwngsrul>`__
|
||||
- `Regev Brody (@regevbr) <https://github.com/regevbr>`__
|
||||
- `Alex Reid (@reidprojects) <https://github.com/reidprojects>`__
|
||||
- `Reuben (@reubn) <https://github.com/reubn>`__
|
||||
- `Robin Pronk (@rfpronk) <https://github.com/rfpronk>`__
|
||||
@ -815,12 +818,10 @@ Contributors
|
||||
- `Marcel Feix (@Syndlex) <https://github.com/Syndlex>`__
|
||||
- `Suryandaru Triandana (@syndtr) <https://github.com/syndtr>`__
|
||||
- `SyXavier (@SyXavier) <https://github.com/SyXavier>`__
|
||||
- `Teemu Mikkonen (@T3m3z) <https://github.com/T3m3z>`__
|
||||
- `Taigar2015 (@Taigar2015) <https://github.com/Taigar2015>`__
|
||||
- `Levente Tamas (@tamisoft) <https://github.com/tamisoft>`__
|
||||
- `Aleksandr Oleinikov (@tannisroot) <https://github.com/tannisroot>`__
|
||||
- `tantive (@tantive) <https://github.com/tantive>`__
|
||||
- `Team Super Panda (@teamsuperpanda) <https://github.com/teamsuperpanda>`__
|
||||
- `Ryan Hoffman (@tekmaven) <https://github.com/tekmaven>`__
|
||||
- `testbughub (@testbughub) <https://github.com/testbughub>`__
|
||||
- `Greg Lincoln (@tetious) <https://github.com/tetious>`__
|
||||
@ -907,4 +908,4 @@ Contributors
|
||||
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated February 17, 2023.*
|
||||
*This page was last updated February 20, 2023.*
|
||||
|
Loading…
Reference in New Issue
Block a user