Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2022-12-20 10:49:15 +13:00
commit 6a21ba1d4b
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
6 changed files with 15 additions and 9 deletions

View File

@ -34,6 +34,12 @@ underlying flash partition table that ESPHome uses. OTA will work, but to fully
of the performance increases for bluetooth, it is best to at least one serial flash with ESPHome
2022.12.0 or later.
Release 2022.12.1 - December 16
-------------------------------
- Support non-multiarch toolchains on 32-bit ARM :esphomepr:`4191` by :ghuser:`agners`
- Mark ESP32-S2 as not having Bluetooth :esphomepr:`4194` by :ghuser:`jesserockz`
- Fix i2s_audio media_player compiling for esp32-s2 :esphomepr:`4195` by :ghuser:`jesserockz`
Full list of changes
--------------------

View File

@ -351,12 +351,12 @@ Setting up three options and set component state to selected option value.
- "Option1"
- "Option2"
- "Option3"
initial_option: "OFF"
optimistic: true
set_action:
- logger.log:
format: "Chosen option: %s"
args: ["x.c_str()"]
- lambda: |-
id(mode).state = x.c_str();
See Also

View File

@ -152,6 +152,7 @@ configuration. See :ref:`Number <config-number>` for more information.
min_value: -100
max_value: 100
step: 1
optimistic: true
set_action:
then:
- servo.write:

View File

@ -28,7 +28,7 @@ shift register to the pin QH of the next shift register.
- platform: gpio
name: "SN74HC165 Pin #0"
pin:
sn74hc595: sn74hc165_hub
sn74hc165: sn74hc165_hub
# Use pin number 0
number: 0
inverted: false

View File

@ -106,7 +106,7 @@ Configuration variables:
Defaults to ``*`` (all days). The names SUN to SAT are automatically substituted.
Range is from 1 (Sunday) to 7 (Saturday).
- **cron** (*Optional*, string): Alternatively, you can specify a whole cron expression like
``* /5 * * * *``. Please note years and some special characters like ``L``, ``#`` are currently not supported.
``* /5 * * * *``. Please note that years and some special characters like ``L``, ``#`` are currently not supported. Also, the day of week field is interpreted like the **days_of_week** variable (range from 1 (Sunday) to 7 (Saturday)) and not like other cron implementations would do it (range from 0 (Sunday) to 7 (Sunday)).
- See :ref:`Automation <automation>`.

View File

@ -421,6 +421,7 @@ Contributors
- `James Callaghan (@jcallaghan) <https://github.com/jcallaghan>`__
- `Josh Willox (@jcwillox) <https://github.com/jcwillox>`__
- `JeeCee1 (@JeeCee1) <https://github.com/JeeCee1>`__
- `Jeef (@jeeftor) <https://github.com/jeeftor>`__
- `jeff-h (@jeff-h) <https://github.com/jeff-h>`__
- `Jeffrey Borg (@jeffborg) <https://github.com/jeffborg>`__
- `Jeff Eberl (@jeffeb3) <https://github.com/jeffeb3>`__
@ -531,7 +532,6 @@ Contributors
- `Luke Fitzgerald (@lwfitzgerald) <https://github.com/lwfitzgerald>`__
- `Lewis Juggins (@lwis) <https://github.com/lwis>`__
- `Alex Peters (@Lx) <https://github.com/Lx>`__
- `Michael Klamminger (@m1ch) <https://github.com/m1ch>`__
- `M95D (@M95D) <https://github.com/M95D>`__
- `maaadc (@maaadc) <https://github.com/maaadc>`__
- `Marc-Antoine Courteau (@macourteau) <https://github.com/macourteau>`__
@ -587,9 +587,7 @@ Contributors
- `Martin Flasskamp (@MFlasskamp) <https://github.com/MFlasskamp>`__
- `Michael Gorven (@mgorven) <https://github.com/mgorven>`__
- `Michael Haas (@mhaas) <https://github.com/mhaas>`__
- `Michaël Arnauts (@michaelarnauts) <https://github.com/michaelarnauts>`__
- `Micha Nordmann (@Michanord) <https://github.com/Michanord>`__
- `Midbin (@Midbin) <https://github.com/Midbin>`__
- `Pauline Middelink (@middelink) <https://github.com/middelink>`__
- `Mikko Tervala (@MikkoTervala) <https://github.com/MikkoTervala>`__
- `MiKuBB (@MiKuBB) <https://github.com/MiKuBB>`__
@ -603,7 +601,6 @@ Contributors
- `mknjc (@mknjc) <https://github.com/mknjc>`__
- `Maurice Makaay (@mmakaay) <https://github.com/mmakaay>`__
- `mmanza (@mmanza) <https://github.com/mmanza>`__
- `Michael Nieß (@mniess) <https://github.com/mniess>`__
- `mnltake (@mnltake) <https://github.com/mnltake>`__
- `Matt N. (@mnoorenberghe) <https://github.com/mnoorenberghe>`__
- `Moritz Glöckl (@moritzgloeckl) <https://github.com/moritzgloeckl>`__
@ -806,6 +803,7 @@ Contributors
- `Ryan Hoffman (@tekmaven) <https://github.com/tekmaven>`__
- `testbughub (@testbughub) <https://github.com/testbughub>`__
- `Greg Lincoln (@tetious) <https://github.com/tetious>`__
- `Nejc (@thedexboy) <https://github.com/thedexboy>`__
- `Thomas Eckerstorfer (@TheEggi) <https://github.com/TheEggi>`__
- `Theexternaldisk (@Theexternaldisk) <https://github.com/Theexternaldisk>`__
- `TheGroundZero (@TheGroundZero) <https://github.com/TheGroundZero>`__
@ -861,6 +859,7 @@ Contributors
- `Nad (@valordk) <https://github.com/valordk>`__
- `André Lademann (@vergissberlin) <https://github.com/vergissberlin>`__
- `Víctor Ferrer García (@vicfergar) <https://github.com/vicfergar>`__
- `Austin (@vidplace7) <https://github.com/vidplace7>`__
- `Vincèn (@vincegre) <https://github.com/vincegre>`__
- `VitaliyKurokhtin (@VitaliyKurokhtin) <https://github.com/VitaliyKurokhtin>`__
- `Xuming Feng (@voicevon) <https://github.com/voicevon>`__
@ -904,4 +903,4 @@ Contributors
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated December 14, 2022.*
*This page was last updated December 16, 2022.*