From 631a2bfdb6620ea5e82795d4e2e671417d51f2bc Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:49:37 +1300 Subject: [PATCH 1/4] Bump version to 2022.12.2 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 6db70620e..3b155d83a 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 = 2022.12.1 +PROJECT_NUMBER = 2022.12.2 # 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 7a948d6fb..033f0b9c6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.12.1 +ESPHOME_REF = 2022.12.2 .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 57dbc704c..7b8b4183b 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.12.1 \ No newline at end of file +2022.12.2 \ No newline at end of file diff --git a/conf.py b/conf.py index 9f3e90547..17808e0fc 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2022.12" # The full version, including alpha/beta/rc tags. -release = "2022.12.1" +release = "2022.12.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From bf5f69090439bd4070a93eb1b990ca9268aa9cf8 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:49:58 +1300 Subject: [PATCH 2/4] Update changelog for 2022.12.2 --- changelog/2022.12.0.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog/2022.12.0.rst b/changelog/2022.12.0.rst index 63a8b7d2a..a80e95633 100644 --- a/changelog/2022.12.0.rst +++ b/changelog/2022.12.0.rst @@ -41,6 +41,12 @@ Release 2022.12.1 - December 16 - 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` +Release 2022.12.2 - December 20 +------------------------------- + +- Fix import_full_config for adoption configs :esphomepr:`4197` by :ghuser:`jesserockz` +- Handle zero padding anywhere in the combined adv data :esphomepr:`4208` by :ghuser:`bdraco` + Full list of changes -------------------- From 6b0378ad7e85bf7562b2b93644deb44a9342520b Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:50:34 +1300 Subject: [PATCH 3/4] Update supporters for 2022.12.2 --- guides/supporters.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 1811da810..b8082c638 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -290,6 +290,7 @@ Contributors - `esphomebot (@esphomebot) `__ - `Evan Coleman (@evandcoleman) `__ - `Clemens Kirchgatterer (@everslick) `__ +- `Evgeni Golov (@evgeni) `__ - `Malte Franken (@exxamalte) `__ - `Fabian Affolter (@fabaff) `__ - `Federico Ariel Castagnini (@facastagnini) `__ @@ -586,7 +587,6 @@ Contributors - `Marco Lusini (@met67) `__ - `Martin Flasskamp (@MFlasskamp) `__ - `Michael Gorven (@mgorven) `__ -- `Michael Haas (@mhaas) `__ - `Micha Nordmann (@Michanord) `__ - `Pauline Middelink (@middelink) `__ - `Mikko Tervala (@MikkoTervala) `__ @@ -676,6 +676,7 @@ Contributors - `Paul Nicholls (@pauln) `__ - `Bartłomiej Biernacki (@pax0r) `__ - `Paul Doidge (@pdoidge) `__ +- `pedjas (@pedjas) `__ - `per1234 (@per1234) `__ - `Peter Valkov (@peter-valkov) `__ - `Peter Galantha (@peterg79) `__ @@ -903,4 +904,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated December 16, 2022.* +*This page was last updated December 20, 2022.* From 8c4869a4e84c97ffa60700900c739a51db2f20f7 Mon Sep 17 00:00:00 2001 From: Casey Burnett Date: Mon, 19 Dec 2022 23:19:17 -0700 Subject: [PATCH 4/4] docs(getting_started): fix typo (#2558) --- guides/getting_started_hassio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/getting_started_hassio.rst b/guides/getting_started_hassio.rst index 5f886ae52..271358796 100644 --- a/guides/getting_started_hassio.rst +++ b/guides/getting_started_hassio.rst @@ -78,7 +78,7 @@ in ``/config/esphome/garage-door.yaml``. .. note:: - Since Home Assistant add-ons run as indvidual containers, accessing these through command line is not very straightforward, but it's possible. To do that, install Home Assistant's SSH addon, configure a username and a password, and disable `Protection Mode` (please assess the risks you take with that). Then, for example to access the logs form a device through an SSH client, log in, and you can use a command like `docker exec -it addon_15ef4d2f_esphome esphome logs /config/esphome/garage-door.yaml`. See :doc:`getting_started_command_line` for more. + Since Home Assistant add-ons run as individual containers, accessing these through command line is not very straightforward, but it's possible. To do that, install Home Assistant's SSH addon, configure a username and a password, and disable `Protection Mode` (please assess the risks you take with that). Then, for example to access the logs form a device through an SSH client, log in, and you can use a command like `docker exec -it addon_15ef4d2f_esphome esphome logs /config/esphome/garage-door.yaml`. See :doc:`getting_started_command_line` for more. Now go ahead and use one of the :ref:`devices guides ` to extend your configuration.