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 -------------------- 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. 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.*