mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
7e084ed336
@ -61,6 +61,15 @@ Release 2023.6.2 - June 23
|
||||
- remove unused static declarations :esphomepr:`4993` by :ghuser:`ssieb`
|
||||
- Fix rp2040 pio tool download :esphomepr:`4994` by :ghuser:`jesserockz`
|
||||
|
||||
Release 2023.6.3 - June 28
|
||||
--------------------------
|
||||
|
||||
- Update webserver to 56d73b5 :esphomepr:`5007` by :ghuser:`jesserockz`
|
||||
- Synchronise Device Classes from Home Assistant :esphomepr:`5018` by :ghuser:`esphomebot`
|
||||
- Fixes compressed downloads :esphomepr:`5014` by :ghuser:`fdcastel`
|
||||
- Add CONFIG_BT_BLE_42_FEATURES_SUPPORTED for ble :esphomepr:`5008` by :ghuser:`jesserockz`
|
||||
|
||||
|
||||
Breaking Changes
|
||||
----------------
|
||||
|
||||
|
@ -82,7 +82,7 @@ use ``tx_pin: GPIO2``. Any other combination of pins will result in use of a sof
|
||||
|
||||
.. note::
|
||||
|
||||
The the Software UART is only available on the ESP8266. It is not available on ESP32 and variants.
|
||||
The Software UART is only available on the ESP8266. It is not available on ESP32 and variants.
|
||||
|
||||
.. _uart-write_action:
|
||||
|
||||
|
@ -99,10 +99,10 @@ You may also use Tasmota console to invoke the upgrade with just two commands:
|
||||
|
||||
::
|
||||
|
||||
OtaUrl http://<MY-ESPHOME:6502>/download.bin?configuration=<MY_DEVICE>.yaml&type=firmware-factory.bin&compressed=1
|
||||
OtaUrl http://<MY-ESPHOME:6052>/download.bin?configuration=<MY_DEVICE>.yaml&type=firmware-factory.bin&compressed=1
|
||||
Upgrade 1
|
||||
|
||||
replacing ``http://<MY-ESPHOME:6502>/`` with the host and port of your ESPHome installation and ``<MY_DEVICE>.yaml``
|
||||
replacing ``http://<MY-ESPHOME:6052>/`` with the host and port of your ESPHome installation and ``<MY_DEVICE>.yaml``
|
||||
with your device configuration file name.
|
||||
|
||||
If you need to use the uncompressed image for any reason, just remove ``&compressed=1`` from the above url.
|
||||
|
@ -605,6 +605,7 @@ Contributors
|
||||
- `Jens-Christian Skibakk (@jenscski) <https://github.com/jenscski>`__
|
||||
- `Jeremy Willans (@jeremywillans) <https://github.com/jeremywillans>`__
|
||||
- `Jeroen (@jeroen85) <https://github.com/jeroen85>`__
|
||||
- `jerome992 (@jerome992) <https://github.com/jerome992>`__
|
||||
- `Jérôme Laban (@jeromelaban) <https://github.com/jeromelaban>`__
|
||||
- `Jesse Hills (@jesserockz) <https://github.com/jesserockz>`__
|
||||
- `Joel Goguen (@jgoguen) <https://github.com/jgoguen>`__
|
||||
@ -637,6 +638,7 @@ Contributors
|
||||
- `Jonathan Adams (@jonathanadams) <https://github.com/jonathanadams>`__
|
||||
- `Jonathan Treffler (@JonathanTreffler) <https://github.com/JonathanTreffler>`__
|
||||
- `JonnyaiR (@jonnyair) <https://github.com/jonnyair>`__
|
||||
- `Jonny Bergdahl (@jonnybergdahl) <https://github.com/jonnybergdahl>`__
|
||||
- `Jonathan V (@jonofmac) <https://github.com/jonofmac>`__
|
||||
- `Joppy (@JoppyFurr) <https://github.com/JoppyFurr>`__
|
||||
- `Jared Sanson (@jorticus) <https://github.com/jorticus>`__
|
||||
@ -786,7 +788,6 @@ Contributors
|
||||
- `Matthew Donoughe (@mdonoughe) <https://github.com/mdonoughe>`__
|
||||
- `Me No Dev (@me-no-dev) <https://github.com/me-no-dev>`__
|
||||
- `Alexandr Zarubkin (@me21) <https://github.com/me21>`__
|
||||
- `Joseph Mearman (@Mearman) <https://github.com/Mearman>`__
|
||||
- `mechanarchy (@mechanarchy) <https://github.com/mechanarchy>`__
|
||||
- `Bas (@Mechazawa) <https://github.com/Mechazawa>`__
|
||||
- `mecparts (@mecparts) <https://github.com/mecparts>`__
|
||||
@ -1216,4 +1217,4 @@ Contributors
|
||||
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated June 23, 2023.*
|
||||
*This page was last updated June 28, 2023.*
|
||||
|
Loading…
Reference in New Issue
Block a user