diff --git a/changelog/2022.11.0.rst b/changelog/2022.11.0.rst index 945d2e60b..36f8cfaf0 100644 --- a/changelog/2022.11.0.rst +++ b/changelog/2022.11.0.rst @@ -98,6 +98,15 @@ Release 2022.11.1 - November 17 - Support ADC on RP2040 :esphomepr:`4040` by :ghuser:`jesserockz` +Release 2022.11.2 - November 23 +------------------------------- + +- Fix rp2040 pwm to use pico-sdk, not mbed :esphomepr:`4059` by :ghuser:`jesserockz` +- Update web_server index :esphomepr:`4060` by :ghuser:`jesserockz` +- rp2040_pwm frequency is per pair of pins :esphomepr:`4061` by :ghuser:`jesserockz` +- Avoid 128bit uuid loop for 16/32 bit uuids :esphomepr:`4068` by :ghuser:`bdraco` +- Avoid creating a new espbt::ESPBTUUID each loop when registering for notify :esphomepr:`4069` by :ghuser:`bdraco` + Full list of changes -------------------- diff --git a/components/light/shelly_dimmer.rst b/components/light/shelly_dimmer.rst index b38897680..d6f9b8c12 100644 --- a/components/light/shelly_dimmer.rst +++ b/components/light/shelly_dimmer.rst @@ -5,7 +5,7 @@ Shelly Dimmer :description: Instructions for setting up a Shelly Dimmer 2. :image: shellydimmer2.jpg -The ``shelly_dimmer`` component adds support for the dimming and power-metering functionality that can be found the `Shelly Dimmer 2 `_. The interaction with mains is done via an STM32 microcontroller that is flashed with an `open source firmware `_. +The ``shelly_dimmer`` component adds support for the dimming and power-metering functionality that can be found the `Shelly Dimmer 2 `_. The interaction with mains is done via an STM32 microcontroller that is automatically (when configured) flashed with an `open source firmware `_. A detailed analysis of the Shelly Dimmer 2 hardware is given `here `_. Warning!!! At the time of writing there seems to be no way to revert back to the "stock firmware", because there seems to be no way to revert to firmware of the STM32 co-processor. @@ -84,14 +84,15 @@ Configuration variables: .. note:: - When flashing Shelly Dimmer with esphome for the first time, flashing the STM firmware is necessary too for the dimmer to work: + When flashing Shelly Dimmer with esphome for the first time, automatic flashing the STM firmware is necessary too for the dimmer to work and enabled by the following configuration.: .. code-block:: yaml firmware: version: "51.6" #<-- set version here update: true - + + There is no action required by the user to flash the STM32. There is no way to revert to stock firmware on the STM32 at the time of writing. - All other options from :ref:`Light `. diff --git a/guides/supporters.rst b/guides/supporters.rst index 5fe228a0e..263d38c3c 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -230,7 +230,6 @@ Contributors - `Destix (@Destix) `__ - `Develo (@devyte) `__ - `Dezorian (@Dezorian) `__ -- `dgtal1 (@dgtal1) `__ - `Dan Halbert (@dhalbert) `__ - `Alain Turbide (@Dilbert66) `__ - `Mark (@Diramu) `__ @@ -898,4 +897,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated November 17, 2022.* +*This page was last updated November 23, 2022.*